lsst.dax.apdb g9290983e33+165d8ad773
Loading...
Searching...
No Matches
lsst.dax.apdb.sql.apdbSqlSchema.ExtraTables Class Reference
Inheritance diagram for lsst.dax.apdb.sql.apdbSqlSchema.ExtraTables:

Public Member Functions

str table_name (self, str prefix="")
Mapping[ExtraTables, ApdbTablesreplica_chunk_tables (cls)

Static Public Attributes

str ApdbReplicaChunks = "ApdbReplicaChunks"
str DiaObjectChunks = "DiaObjectChunks"
str DiaSourceChunks = "DiaSourceChunks"
str DiaForcedSourceChunks = "DiaForcedSourceChunks"
str ApdbUpdateRecordChunks = "ApdbUpdateRecordChunks"

Detailed Description

Names of the tables used for tracking insert IDs.

Member Function Documentation

◆ replica_chunk_tables()

Mapping[ExtraTables, ApdbTables] lsst.dax.apdb.sql.apdbSqlSchema.ExtraTables.replica_chunk_tables ( cls)
Return mapping of tables used for replica chunk storage to their
corresponding regular tables.

◆ table_name()

str lsst.dax.apdb.sql.apdbSqlSchema.ExtraTables.table_name ( self,
str prefix = "" )
Return full table name.

The documentation for this class was generated from the following file:
  • python/lsst/dax/apdb/sql/apdbSqlSchema.py