|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
org.dbxml.core.data | Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet. |
org.dbxml.core.filer | Defines the dbXML Filer interface and implements several Filers, including BTreeFiler and HashFiler. |
Uses of Record in org.dbxml.core.data |
Methods in org.dbxml.core.data that return Record | |
Record |
RecordSet.getNextRecord()
getNextRecord returns the next Record in the set. |
Record |
EmptyRecordSet.getNextRecord()
|
Uses of Record in org.dbxml.core.filer |
Methods in org.dbxml.core.filer that return Record | |
Record |
BTreeFiler.readRecord(Key key)
|
Record |
MemFiler.readRecord(Key key)
readRecord returns a Record from the Filer based on the specified Key. |
Record |
HashFiler.readRecord(Key key)
|
Record |
Filer.readRecord(Key key)
readRecord returns a Record from the Filer based on the specified Key. |
Record |
FSFiler.readRecord(Key key)
|
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |