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 - abstract rows() Collection[tuple]¶
- Return table rows, each row is a tuple of values. - Returns:
- rowsCollection[tuple]
- Collection of tuples. 
 
- rows