TableDef¶
-
class
lsst.dax.apdb.TableDef(name: str, columns: List[lsst.dax.apdb.apdbSchema.ColumnDef], indices: List[lsst.dax.apdb.apdbSchema.IndexDef], description: Optional[str] = None)¶ Bases:
objectTable description
Attributes Summary
descriptiondocumentation, can be None or empty primary_keyPrimary key index Attributes Documentation
-
description= None¶ documentation, can be None or empty
-
primary_key¶ Primary key index
-