|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public static final java.lang.Object NO_VALUE
| Method Detail |
public ITableMetaData getTableMetaData()
public int getRowCount()
public 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 | ||||||||||