dbXML API

Uses of Package
com.dbxml.db.common.btree

Packages that use com.dbxml.db.common.btree
com.dbxml.db.common.btree Defines the dbXML BTree implementation as well as the low-level Paged file system. 
com.dbxml.db.common.fulltext Defines the dbXML Full Text Indexer and a basic QueryResolver for Full Text retrieval. 
com.dbxml.db.common.indexers Defines the dbXML standard Indexer implementations which consist of NameIndexer and ValueIndexer. 
 

Classes in com.dbxml.db.common.btree used by com.dbxml.db.common.btree
BTree
          BTree represents a Variable Magnitude Simple-Prefix B+Tree File.
BTreeCallback
          BTreeCallback is a callback interface for BTree queries.
BTreeException
          A BTreeException is thrown by the BTree if an exception occurs in the managing of the BTree.
Paged
          Paged is a paged file foundation that is used by both the BTree class and the ValueIndexer.
Paged.FileHeader
          FileHeader
Paged.PageHeader
          PageHeader
PageFilter
          PageFilter implements a global Page filter for the database.
 

Classes in com.dbxml.db.common.btree used by com.dbxml.db.common.fulltext
BTree
          BTree represents a Variable Magnitude Simple-Prefix B+Tree File.
Paged
          Paged is a paged file foundation that is used by both the BTree class and the ValueIndexer.
 

Classes in com.dbxml.db.common.btree used by com.dbxml.db.common.indexers
BTree
          BTree represents a Variable Magnitude Simple-Prefix B+Tree File.
Paged
          Paged is a paged file foundation that is used by both the BTree class and the ValueIndexer.
 


dbXML API

Copyright (c) 2004 The dbXML Group