|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IResultSet
This interface represents a resultset. Resultsets are immutable through this interface, and are accessed by row.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final java.lang.String _rcsid
| Method Detail |
|---|
IResultRow getRow(int rowNumber)
rowNumber - is the number of the row.
int getRowCount()
IResultRow[] getRows()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||