dbXML API

Uses of Interface
com.dbxml.db.core.data.RecordSet

Packages that use RecordSet
com.dbxml.db.common.btree Defines the dbXML BTree implementation as well as the low-level Paged file system. 
com.dbxml.db.common.filers Defines the standard dbXML Filer implementations which include MemFiler and FSFiler. 
com.dbxml.db.core.data Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet. 
com.dbxml.db.core.filer Defines the dbXML Filer interfaces. 
com.dbxml.db.enterprise.dbfiler Defines the dbXML DBFiler class as well as a Connection pooling system. 
 

Uses of RecordSet in com.dbxml.db.common.btree
 

Methods in com.dbxml.db.common.btree that return RecordSet
 RecordSet BTreeFiler.getRecordSet(Transaction tx)
           
 

Uses of RecordSet in com.dbxml.db.common.filers
 

Methods in com.dbxml.db.common.filers that return RecordSet
 RecordSet MemFiler.getRecordSet(Transaction tx)
           
 RecordSet FSFiler.getRecordSet(Transaction tx)
           
 

Uses of RecordSet in com.dbxml.db.core.data
 

Classes in com.dbxml.db.core.data that implement RecordSet
 class EmptyRecordSet
          EmptyRecordSet implements an empty RecordSet.
 

Uses of RecordSet in com.dbxml.db.core.filer
 

Methods in com.dbxml.db.core.filer that return RecordSet
 RecordSet Filer.getRecordSet(Transaction tx)
          getRecordSet returns a RecordSet object for the current Filer.
 

Uses of RecordSet in com.dbxml.db.enterprise.dbfiler
 

Methods in com.dbxml.db.enterprise.dbfiler that return RecordSet
 RecordSet DBFiler.getRecordSet(Transaction tx)
           
 


dbXML API

Copyright (c) 2004 The dbXML Group