|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.core.database.RSet
public class RSet
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
protected java.util.ArrayList |
_rows
|
| Constructor Summary | |
|---|---|
RSet()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _rcsid
protected java.util.ArrayList _rows
| Constructor Detail |
|---|
public RSet()
| Method Detail |
|---|
public void addRow(IResultRow m)
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||