Modifier and Type | Method and Description |
---|---|
void |
addRow(IDataRow dataRow)
Only for internal use.
|
IDataRow |
createRow() |
int |
getRowCount()
Returns the count of rows in the table.
|
IDataRow |
getRowOnPrimaryKey(Object primaryKeyValue)
Only for internal use.
|
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.
|
forEach, iterator, spliterator
void addRow(IDataRow dataRow)
dataRow
- IDataRow createRow()
IDataTableSchema getSchema()
IDataTableSchema
object describing the structure of this table.int getRowCount()
long getTotalRowCount()
IDataRow getRowOnPrimaryKey(Object primaryKeyValue)
primaryKeyValue
-