|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordSet | |
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 RecordSet in org.dbxml.core.data |
Classes in org.dbxml.core.data that implement RecordSet | |
class |
EmptyRecordSet
EmptyRecordSet implements an empty RecordSet. |
Uses of RecordSet in org.dbxml.core.filer |
Methods in org.dbxml.core.filer that return RecordSet | |
RecordSet |
BTreeFiler.getRecordSet()
|
RecordSet |
MemFiler.getRecordSet()
getRecordSet returns a RecordSet object for the current Filer. |
RecordSet |
HashFiler.getRecordSet()
|
RecordSet |
Filer.getRecordSet()
getRecordSet returns a RecordSet object for the current Filer. |
RecordSet |
FSFiler.getRecordSet()
|
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |