public class MergedResultSet extends java.lang.Object implements IResultSet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
protected java.util.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 java.lang.String _rcsid
protected java.util.ArrayList resultSets
protected int totalRowCount
public void addResultSet(IResultSet set)
public IResultRow getRow(int rowNumber)
getRow in interface IResultSetrowNumber - is the number of the row.public int getRowCount()
getRowCount in interface IResultSetpublic IResultRow[] getRows()
getRows in interface IResultSet