dbXML API

Uses of Class
com.dbxml.db.core.Collection

Packages that use Collection
com.dbxml.db.client.local This is a Local Client Connectivity Package. 
com.dbxml.db.common.adapters Defines a set of Adapter classes that allow dbXML to persist objects other than dbXML DocumentTable instances. 
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.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. 
com.dbxml.db.common.query This package implements the common base functionality for Query Resolver implementations. 
com.dbxml.db.common.security Implements the standard SecurityManager classes. 
com.dbxml.db.common.xpath This package implements the dbXML XPath query resolver. 
com.dbxml.db.common.xslt This package implements the dbXML XSLT query resolver. 
com.dbxml.db.common.xupdate Defines several classes for dbXML XUpdate query processing. 
com.dbxml.db.core This is the top-level package for all dbXML Core functionality. 
com.dbxml.db.core.adapter Defines the Adapter interface as well as an abstract Adapter implementation that can be built from. 
com.dbxml.db.core.extension Defines the dbXML Extension interface and implements ExtensionManager, a reflection/invokation system and a Simple Extension implementation. 
com.dbxml.db.core.filer Defines the dbXML Filer interfaces. 
com.dbxml.db.core.indexer Defines the dbXML Indexer interfaces  
com.dbxml.db.core.query Implements the dbXML QueryEngine and XPathQueryResolver. 
com.dbxml.db.core.trigger Defines the dbXML Trigger interface and implements TriggerManager, several Trigger-related Exceptions and a Simple Trigger implementation. 
com.dbxml.db.embedded This package contains all of the classes that comprise the dbXML embedded framework. 
com.dbxml.db.enterprise.dbfiler Defines the dbXML DBFiler class as well as a Connection pooling system. 
com.dbxml.db.enterprise.sync Implements the Extensions and Triggers required to perform seemless synchronization between servers. 
com.dbxml.db.server.labrador This package contains all of the classes that comprise the dbXML server Labrador utilities. 
 

Uses of Collection in com.dbxml.db.client.local
 

Methods in com.dbxml.db.client.local that return Collection
 Collection CollectionClientImpl.getInternalCollection()
           
 

Constructors in com.dbxml.db.client.local with parameters of type Collection
CollectionClientImpl(dbXMLClient client, Collection col)
           
 

Uses of Collection in com.dbxml.db.common.adapters
 

Constructors in com.dbxml.db.common.adapters with parameters of type Collection
XMLSerializableAdapter(Collection col)
           
SAXAdapter(Collection col)
           
JAXBElementAdapter(Collection col)
           
DOMAdapter(Collection col)
           
 

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

Methods in com.dbxml.db.common.btree with parameters of type Collection
 void BTreeFiler.setCollection(Collection collection)
           
 

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

Methods in com.dbxml.db.common.filers with parameters of type Collection
 void MemFiler.setCollection(Collection collection)
           
 void FSFiler.setCollection(Collection collection)
           
 

Uses of Collection in com.dbxml.db.common.fulltext
 

Methods in com.dbxml.db.common.fulltext with parameters of type Collection
 QueryBase FullTextQueryResolver.createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 void FullTextIndexer.setCollection(Collection collection)
           
 

Constructors in com.dbxml.db.common.fulltext with parameters of type Collection
FullTextResultSet(Transaction tx, Collection context, Query query, Key[] keySet)
           
FullTextQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of Collection in com.dbxml.db.common.indexers
 

Methods in com.dbxml.db.common.indexers with parameters of type Collection
 void ValueIndexer.setCollection(Collection collection)
           
 void NameIndexer.setCollection(Collection collection)
           
 

Uses of Collection in com.dbxml.db.common.query
 

Methods in com.dbxml.db.common.query that return Collection
 Collection ResultSetBase.getCollection()
           
 Collection ResultSetBase.getResultCollection()
           
 Collection QueryBase.getQueryContext()
           
 

Methods in com.dbxml.db.common.query with parameters of type Collection
 Query QueryResolverBase.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 ResultSet QueryResolverBase.query(Transaction tx, Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
abstract  QueryBase QueryResolverBase.createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Constructors in com.dbxml.db.common.query with parameters of type Collection
ResultSetBase(Transaction tx, Collection context, Query query, Key[] keySet)
           
QueryBase(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of Collection in com.dbxml.db.common.security
 

Methods in com.dbxml.db.common.security with parameters of type Collection
 void AccessManager.setCollection(Collection collection)
           
 

Uses of Collection in com.dbxml.db.common.xpath
 

Methods in com.dbxml.db.common.xpath with parameters of type Collection
 QueryBase XPathQueryResolver.createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of Collection in com.dbxml.db.common.xslt
 

Methods in com.dbxml.db.common.xslt with parameters of type Collection
 QueryBase XSLTQueryResolver.createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of Collection in com.dbxml.db.common.xupdate
 

Methods in com.dbxml.db.common.xupdate with parameters of type Collection
 QueryBase XUpdateQueryResolver.createQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 

Uses of Collection in com.dbxml.db.core
 

Subclasses of Collection in com.dbxml.db.core
 class Database
          The Database class, which is also a Collection class, serves as the top level container for a dbXML database.
 class SystemCollection
          SystemCollection represents the System Collection.
 

Methods in com.dbxml.db.core that return Collection
 Collection Container.getCollection()
          getCollection returns the Collection that the Object contained belongs to.
 Collection CollectionManager.getCollection(java.lang.String path)
          getCollection retrieves a Collection by name.
 Collection CollectionManager.createCollection(java.lang.String path, Configuration cfg)
          createCollection creates a new Collection object and any associated system resources that the Collection will need.
 Collection Collection.getParentCollection()
          getParentCollection returns the parent Collection of this Collection.
 Collection Collection.createCollection(java.lang.String path, Configuration config)
           
 

Methods in com.dbxml.db.core with parameters of type Collection
 SymbolTable SystemCollection.loadSymbols(Collection collection)
          loadSymbols retrieves the SymbolTable for the specified Collection.
 void SystemCollection.saveSymbols(Collection collection, SymbolTable symbols)
          saveSymbols save the SymbolTable for the specified Collection.
 void DatabaseEventListener.createCollection(Collection collection)
          createCollection is called by the Database when a Collection is created.
 void DatabaseEventListener.dropCollection(Collection collection)
          dropCollection is called by the Database when a Collection is dropped.
 boolean CollectionManager.dropCollection(Collection collection)
          dropCollection physically removes the specified Collection and any associated system resources that the Collection uses.
 boolean Collection.dropCollection(Collection collection)
           
 java.lang.Object Cache.get(Collection col, Key key)
           
 Record Cache.getRecord(Collection col, Key key)
           
 DocumentTable Cache.getDocument(Collection col, Key key)
           
 void Cache.put(Collection col, Key key, java.lang.Object obj)
           
 void Cache.put(Collection col, Record record)
           
 void Cache.remove(Collection col, Key key)
           
 

Constructors in com.dbxml.db.core with parameters of type Collection
Collection(Collection collection)
           
 

Uses of Collection in com.dbxml.db.core.adapter
 

Methods in com.dbxml.db.core.adapter that return Collection
 Collection SimpleAdapter.getCollection()
           
 Collection Adapter.getCollection()
          getCollection returns a reference to the underlying Collection.
 

Constructors in com.dbxml.db.core.adapter with parameters of type Collection
SimpleAdapter(Collection col)
           
 

Uses of Collection in com.dbxml.db.core.extension
 

Methods in com.dbxml.db.core.extension that return Collection
 Collection SimpleExtension.getCollection()
           
 Collection Extension.getCollection()
          getCollection returns the Collection context for this Extension.
 

Methods in com.dbxml.db.core.extension with parameters of type Collection
 void SimpleExtension.setCollection(Collection collection)
           
 void Extension.setCollection(Collection collection)
          setCollection sets the Collection context for this Extension.
 

Constructors in com.dbxml.db.core.extension with parameters of type Collection
ExtensionManager(Collection collection)
           
 

Uses of Collection in com.dbxml.db.core.filer
 

Methods in com.dbxml.db.core.filer with parameters of type Collection
 void Filer.setCollection(Collection collection)
          setCollection tells the Filer who its parent is.
 

Uses of Collection in com.dbxml.db.core.indexer
 

Methods in com.dbxml.db.core.indexer with parameters of type Collection
 void Indexer.setCollection(Collection collection)
          setCollection tells the Indexer who its parent is.
 

Constructors in com.dbxml.db.core.indexer with parameters of type Collection
IndexManager(Collection collection)
           
 

Uses of Collection in com.dbxml.db.core.query
 

Methods in com.dbxml.db.core.query that return Collection
 Collection ResultSet.getCollection()
          getCollection returns the top-level Collection context.
 Collection ResultSet.getResultCollection()
          getResultCollection returns the Collection context for the current result in the cursor.
 Collection Query.getQueryContext()
          getQueryContext returns the Collection context for this query.
 

Methods in com.dbxml.db.core.query with parameters of type Collection
 Query QueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          compileQuery compiles a Query against the specified Collection context and returns the compiled Query.
 ResultSet QueryResolver.query(Transaction tx, Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          query compiles a Query against the specified Collection context and returns the query results.
 ResultSet QueryEngine.query(Transaction tx, Collection col, java.lang.String style, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          query performs the specified query and returns a NodeSet with any possible results from that query.
 Query QueryEngine.compileQuery(Collection col, java.lang.String style, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          compileQuery compiles a Query against the specified Collection context and returns the compiled Query.
 

Uses of Collection in com.dbxml.db.core.trigger
 

Methods in com.dbxml.db.core.trigger that return Collection
 Collection Trigger.getCollection()
          getCollection returns the Collection context for this Trigger.
 Collection SimpleTrigger.getCollection()
           
 

Methods in com.dbxml.db.core.trigger with parameters of type Collection
 void Trigger.setCollection(Collection collection)
          setCollection sets the Collection context for this Trigger.
 void SimpleTrigger.setCollection(Collection collection)
           
 

Constructors in com.dbxml.db.core.trigger with parameters of type Collection
TriggerManager(Collection collection)
           
 

Uses of Collection in com.dbxml.db.embedded
 

Subclasses of Collection in com.dbxml.db.embedded
 class EmbeddedDatabase
          EmbeddedDatabase
 

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

Methods in com.dbxml.db.enterprise.dbfiler with parameters of type Collection
 void DBFiler.setCollection(Collection collection)
           
 

Uses of Collection in com.dbxml.db.enterprise.sync
 

Methods in com.dbxml.db.enterprise.sync with parameters of type Collection
 void SyncTrigger.setCollection(Collection collection)
           
 

Uses of Collection in com.dbxml.db.server.labrador
 

Constructors in com.dbxml.db.server.labrador with parameters of type Collection
ContentProxy(Collection col, java.lang.String docName)
           
CollectionProxy(Collection col)
           
 


dbXML API

Copyright (c) 2004 The dbXML Group