Modifier and Type | Method and Description |
---|---|
void |
addRow(IDataRow dataRow)
Deprecated.
|
IDataRow |
createRow()
Deprecated.
|
int |
getRowCount()
Returns the count of rows in the table.
|
IDataRow |
getRowOnPrimaryKey(java.lang.Object primaryKeyValue)
Deprecated.
|
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.
|
@Deprecated void addRow(IDataRow dataRow)
@Deprecated IDataRow createRow()
IDataTableSchema getSchema()
IDataTableSchema
object describing the structure of this table.int getRowCount()
long getTotalRowCount()
@Deprecated IDataRow getRowOnPrimaryKey(java.lang.Object primaryKeyValue)
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