public interface ITable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
NO_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
getRowCount()
Returns this table row count.
|
ITableMetaData |
getTableMetaData()
Returns this table metadata.
|
java.lang.Object |
getValue(int row,
java.lang.String column)
Returns this table value for the specified row and column.
|
ITableMetaData getTableMetaData()
int getRowCount()
java.lang.Object getValue(int row,
java.lang.String column)
throws DataSetException
row - The row index, starting with 0column - The name of the columnNoSuchColumnException - if specified column name do not exist in
this tableRowOutOfBoundsException - if specified row is less than zero or
equals or greater than getRowCountDataSetExceptionCopyright © 2002-2018. All Rights Reserved.