|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITable
A table represents a collection of tabular data.
| Field Summary | |
|---|---|
static java.lang.Object |
NO_VALUE
|
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final java.lang.Object NO_VALUE
| Method Detail |
|---|
ITableMetaData getTableMetaData()
int getRowCount()
java.lang.Object getValue(int row,
java.lang.String column)
throws DataSetException
NoSuchColumnException - if specfied column name do not exist in
this table
RowOutOfBoundsException - if specfied row is less than zero or
equals or greater than getRowCount
DataSetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||