public interface IResultSet
Modifier and Type | Method and Description |
---|---|
IResultRow |
getRow(int rowNumber)
Get a specific row in the resultset.
|
int |
getRowCount()
Get the number of rows in this resultset.
|
IResultRow[] |
getRows()
Get an array of all the rows.
|
static final String _rcsid
IResultRow getRow(int rowNumber)
rowNumber
- is the number of the row.int getRowCount()
IResultRow[] getRows()