dbXML API

Uses of Interface
org.dbxml.core.filer.BTreeCallback

Packages that use BTreeCallback
org.dbxml.core.filer Defines the dbXML Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
 

Uses of BTreeCallback in org.dbxml.core.filer
 

Methods in org.dbxml.core.filer with parameters of type BTreeCallback
 void BTree.query(IndexQuery query, BTreeCallback callback)
          query performs a query against the BTree and performs callback operations to report the search results.
 void BTree.query(BTree.BTreeRootInfo root, IndexQuery query, BTreeCallback callback)
          query performs a query against the BTree and performs callback operations to report the search results.
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved