|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReader
Specifies the behavior of objects that provide data from ResultSets to IRow implementers.
| Method Summary | |
|---|---|
void |
close()
Closes the reader. |
int |
getCount()
Returns the number of rows available. |
boolean |
next(IRow rowToFill)
Reads the next row of the result set, populates the passed IRow, returns whether a row was found. |
| Method Detail |
|---|
void close()
int getCount()
throws java.lang.Exception
java.lang.Exception
boolean next(IRow rowToFill)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||