lsst.dax.apdb gd4f24f6172+60507bba20
Public Member Functions | Public Attributes | List of all members
lsst.dax.apdb.apdbSchema.ApdbSchema Class Reference
Inheritance diagram for lsst.dax.apdb.apdbSchema.ApdbSchema:
lsst.dax.apdb.apdbCassandraSchema.ApdbCassandraSchema lsst.dax.apdb.apdbSqlSchema.ApdbSqlSchema

Public Member Functions

def __init__ (self, str schema_file, Optional[str] extra_schema_file=None)
 

Public Attributes

 tableSchemas
 

Detailed Description

Class for management of APDB schema.

Attributes
----------
tableSchemas : `dict`
    Maps table name to `TableDef` instance.

Parameters
----------
schema_file : `str`
    Name of the YAML schema file.
extra_schema_file : `str`, optional
    Name of the YAML schema file with extra column definitions.

The documentation for this class was generated from the following file: