public interface IResultTable extends IStructuredResult
Modifier and Type | Method and Description |
---|---|
Object |
getRow(int rowId)
Returns the object of the row with the given row number.
|
int |
getRowCount()
Returns the number of rows in the result table.
|
getColumns, getColumnValue, getContext
getResultMetaData
int getRowCount()
Object getRow(int rowId)
rowId
- The row number.IStructuredResult.getContext(Object)
or
IStructuredResult.getColumnValue(Object, int)
.