dbXML API

Uses of Interface
org.dbxml.core.DBObject

Packages that use DBObject
org.dbxml.core This is the top-level package for all dbXML Core functionality. 
org.dbxml.core.filer Defines the dbXML Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
org.dbxml.core.indexer Defines the dbXML Indexer interface and implements the IndexManager, and NodeIndexer classes. 
 

Uses of DBObject in org.dbxml.core
 

Classes in org.dbxml.core that implement DBObject
 class Collection
          Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection.
 class Database
          Database is the primary container for the dbXML Database Engine.
 class SystemCollection
          SystemCollection represents the System Collection.
 

Uses of DBObject in org.dbxml.core.filer
 

Subinterfaces of DBObject in org.dbxml.core.filer
 interface Filer
          Filer is the low-level file management interface for dbXML.
 

Classes in org.dbxml.core.filer that implement DBObject
 class BTreeFiler
          BTreeFiler is a Filer implementation based on the BTree class.
 class FSFiler
          FSFiler allows you to use existing file systems withing dbXML.
 class HashFiler
          HashFiler is a Filer implementation based on the Paged class.
 class MemFiler
          MemFiler is an In-Memory Filer implementation for dbXML.
 

Uses of DBObject in org.dbxml.core.indexer
 

Subinterfaces of DBObject in org.dbxml.core.indexer
 interface Indexer
          Indexer is the abstract indexing interface for dbXML.
 

Classes in org.dbxml.core.indexer that implement DBObject
 class NameIndexer
          NameIndexer is a basic implementation of the Indexer interface.
 class ValueIndexer
          ValueIndexer is a basic implementation of the Indexer interface.
 


dbXML API

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