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