Package app.babylon.table
Interface Table
- All Known Subinterfaces:
TableColumnar
- All Known Implementing Classes:
TableColumnarDb
public interface Table
Represents a tabular data set with a name, description, and row/column
dimensions.
-
Method Details
-
getName
TableName getName() -
getDescription
TableDescription getDescription() -
getColumnCount
int getColumnCount() -
getRowCount
int getRowCount() -
getLastRow
Table getLastRow() -
getFirstRow
Table getFirstRow() -
getRow
-