dbXML API

Uses of Interface
com.dbxml.db.core.filer.Filer

Packages that use Filer
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.enterprise.dbfiler Defines the dbXML DBFiler class as well as a Connection pooling system. 
 

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

Classes in com.dbxml.db.common.btree that implement Filer
 class BTreeFiler
          BTreeFiler is a Filer implementation based on the BTree class.
 

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

Classes in com.dbxml.db.common.filers that implement Filer
 class FSFiler
          FSFiler allows you to use existing file systems withing dbXML.
 class MemFiler
          MemFiler is an In-Memory Filer implementation for dbXML.
 

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

Classes in com.dbxml.db.enterprise.dbfiler that implement Filer
 class DBFiler
          DBFiler quickly maps relational data into XML documents by utilizing a single query with a set of outer joins.
 


dbXML API

Copyright (c) 2004 The dbXML Group