dbXML API

Uses of Class
com.dbxml.db.core.data.Record

Packages that use Record
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 This is the top-level package for all dbXML Core functionality. 
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 Record in com.dbxml.db.common.btree
 

Methods in com.dbxml.db.common.btree that return Record
 Record BTreeFiler.readRecord(Transaction tx, Key key)
           
 

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

Methods in com.dbxml.db.common.filers that return Record
 Record MemFiler.readRecord(Transaction tx, Key key)
           
 Record FSFiler.readRecord(Transaction tx, Key key)
           
 

Uses of Record in com.dbxml.db.core
 

Methods in com.dbxml.db.core that return Record
 Record Collection.getRecord(Transaction tx, java.lang.Object recKey)
          getRecord retrieves a binary Record from the Collection.
 Record Cache.getRecord(Collection col, Key key)
           
 

Methods in com.dbxml.db.core with parameters of type Record
 void Collection.setRecord(Transaction tx, Record rec)
          setValue stores a binary Record in the Collection.
 void Cache.put(Collection col, Record record)
           
 

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

Methods in com.dbxml.db.core.data that return Record
 Record RecordSet.getNextRecord()
          getNextRecord returns the next Record in the set.
 Record EmptyRecordSet.getNextRecord()
           
 

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

Methods in com.dbxml.db.core.filer that return Record
 Record Filer.readRecord(Transaction tx, Key key)
          readRecord returns a Record from the Filer based on the specified Key.
 

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

Methods in com.dbxml.db.enterprise.dbfiler that return Record
 Record DBFiler.readRecord(Transaction tx, Key key)
           
 


dbXML API

Copyright (c) 2004 The dbXML Group