ApdbTableData¶
- class lsst.dax.apdb.ApdbTableData¶
Bases:
ABC
Abstract 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