| Modifier and Type | Method and Description |
|---|---|
int |
getRowCount()
Returns the count of rows in the table.
|
java.util.List<? extends IDataRow> |
getRows()
Returns a read-only
List which contains all data rows in this table. |
IDataTableSchema |
getSchema() |
long |
getTotalRowCount()
Returns the total count of rows in the data store.
|
IDataTableSchema getSchema()
IDataTableSchema object describing the structure of this table.int getRowCount()
long getTotalRowCount()
java.util.List<? extends IDataRow> getRows()
List which contains all data rows in this table.
All modification methods are unsupported, except the method clear().List pointing to all IDataRow instances