LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions | Variables
apdbSchema.py File Reference

Go to the source code of this file.

Classes

class  lsst.dax.apdb.apdbSchema.ApdbSchema
 

Namespaces

 lsst.dax.apdb.apdbSchema
 

Functions

def lsst.dax.apdb.apdbSchema.make_minimal_dia_object_schema ()
 
def lsst.dax.apdb.apdbSchema.make_minimal_dia_source_schema ()
 

Variables

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