dbXML API

Uses of Interface
com.dbxml.db.common.btree.BTreeCallback

Packages that use BTreeCallback
com.dbxml.db.common.btree Defines the dbXML BTree implementation as well as the low-level Paged file system. 
 

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

Methods in com.dbxml.db.common.btree with parameters of type BTreeCallback
 void BTree.query(Transaction tx, IndexQuery query, BTreeCallback callback)
          query performs a query against the BTree and performs callback operations to report the search results.
 


dbXML API

Copyright (c) 2004 The dbXML Group