lsst.dax.apdb g5ea96fc03c+341ea1ce94
|
Public Member Functions | |
__init__ (self, sqlalchemy.engine.Result result) | |
Sequence[str] | column_names (self) |
Collection[tuple] | rows (self) |
Protected Attributes | |
_keys | |
Implementation of ApdbTableData that wraps sqlalchemy Result.
Sequence[str] lsst.dax.apdb.sql.apdbSqlReplica.ApdbSqlTableData.column_names | ( | self | ) |
Return ordered sequence of column names in the table. Returns ------- names : `~collections.abc.Sequence` [`str`] Column names.
Reimplemented from lsst.dax.apdb.apdbReplica.ApdbTableData.
Collection[tuple] lsst.dax.apdb.sql.apdbSqlReplica.ApdbSqlTableData.rows | ( | self | ) |
Return table rows, each row is a tuple of values. Returns ------- rows : `~collections.abc.Collection` [`tuple`] Collection of tuples.
Reimplemented from lsst.dax.apdb.apdbReplica.ApdbTableData.