public class MergedResultSet extends Object implements IResultSet
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected ArrayList |
resultSets |
protected int |
totalRowCount |
Constructor and Description |
---|
MergedResultSet() |
Modifier and Type | Method and Description |
---|---|
void |
addResultSet(IResultSet set) |
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 ArrayList resultSets
protected int totalRowCount
public void addResultSet(IResultSet set)
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