ApdbTableData¶
- class lsst.dax.apdb.ApdbTableData¶
Bases:
ABCAbstract class for representing table data.
Methods Summary
Return ordered sequence of column names in the table.
rows()Return table rows, each row is a tuple of values.
Methods Documentation
- abstract rows() Collection[tuple]¶
Return table rows, each row is a tuple of values.
- Returns:
- rows
Collection[tuple] Collection of tuples.
- rows