|
dbXML API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
RecordSet is an interface for iterating over a set of Records. It is almost always returned by Filers.
| Method Summary | |
Key |
getNextKey()
getNextKey returns the next Record's Key, and skips the RecordSet ahead to the next Record. |
Record |
getNextRecord()
getNextRecord returns the next Record in the set. |
Value |
getNextValue()
getNextValue returns the next Record's Value, and skips the RecordSet ahead to the next Record. |
boolean |
hasMoreRecords()
hasMoreRecords returns whether or not there are any Records left in the set. |
| Method Detail |
public boolean hasMoreRecords()
throws DBException
public Record getNextRecord()
throws DBException
public Key getNextKey()
throws DBException
public Value getNextValue()
throws DBException
|
dbXML API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||