public class RSet extends Object implements IResultSet
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected List<IResultRow> |
rows |
Constructor and Description |
---|
RSet() |
Modifier and Type | Method and Description |
---|---|
void |
addRow(IResultRow m)
Add a row of data to the resultset.
|
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.
|
public static final String _rcsid
protected List<IResultRow> rows
public void addRow(IResultRow m)
public IResultRow getRow(int rowNumber)
getRow
in interface IResultSet
rowNumber
- is the number of the row.public int getRowCount()
getRowCount
in interface IResultSet
public IResultRow[] getRows()
getRows
in interface IResultSet