LSSTApplications  19.0.0,19.0.0+1,19.0.0+10,19.0.0+13,19.0.0+3,19.0.0+5,19.0.0+9,tickets.DM-22703-ga158cbef15,w.2019.51
LSSTDataManagementBasePackage
Classes | Namespaces | Functions | Variables
ppdbSchema.py File Reference

Go to the source code of this file.

Classes

class  lsst.dax.ppdb.ppdbSchema.PpdbSchema
 

Namespaces

 lsst.dax.ppdb.ppdbSchema
 

Functions

def lsst.dax.ppdb.ppdbSchema.make_minimal_dia_object_schema ()
 
def lsst.dax.ppdb.ppdbSchema.make_minimal_dia_source_schema ()
 

Variables

 lsst.dax.ppdb.ppdbSchema.ColumnDef = namedtuple('ColumnDef', 'name type nullable default description unit ucd')
 
 lsst.dax.ppdb.ppdbSchema.IndexDef = namedtuple('IndexDef', 'name type columns')
 
 lsst.dax.ppdb.ppdbSchema.TableDef = namedtuple('TableDef', 'name description columns indices')