|
dbXML API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.dbxml.core.data.EmptyRecordSet
EmptyRecordSet implements an empty RecordSet.
| Constructor Summary | |
EmptyRecordSet()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmptyRecordSet()
| Method Detail |
public boolean hasMoreRecords()
RecordSethasMoreRecords in interface RecordSetorg.dbxml.core.data.RecordSetpublic Record getNextRecord()
RecordSetgetNextRecord in interface RecordSetorg.dbxml.core.data.RecordSetpublic Key getNextKey()
RecordSetgetNextKey in interface RecordSetorg.dbxml.core.data.RecordSetpublic Value getNextValue()
RecordSetgetNextValue in interface RecordSetorg.dbxml.core.data.RecordSet
|
dbXML API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||