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] = None)

Bases: object

Table description

Attributes Summary

description documentation, can be None or empty
primary_key Primary key index

Attributes Documentation

description = None

documentation, can be None or empty

primary_key

Primary key index