dbXML API

Uses of Package
com.dbxml.db.core.transaction

Packages that use com.dbxml.db.core.transaction
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.scripting Defines the dbXML Scripting package. 
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.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.transaction This is the package for dbXML Transaction functionality. 
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.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. 
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.common.adapters
Transaction
          Transaction
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.common.btree
Transaction
          Transaction
TransactionLog
          TransactionLog represents a dbXML Transaction Log
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.common.filers
Transaction
          Transaction
TransactionLog
          TransactionLog represents a dbXML Transaction Log
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.common.fulltext
Transaction
          Transaction
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.common.indexers
Transaction
          Transaction
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.common.query
Transaction
          Transaction
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.common.scripting
Transaction
          Transaction
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.common.xupdate
Transaction
          Transaction
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.core
Transaction
          Transaction
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.core.adapter
Transaction
          Transaction
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.core.filer
Transaction
          Transaction
TransactionLog
          TransactionLog represents a dbXML Transaction Log
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.core.indexer
Transaction
          Transaction
TransactionLog
          TransactionLog represents a dbXML Transaction Log
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.core.query
Transaction
          Transaction
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.core.transaction
Transaction
          Transaction
TransactionException
          A TransactionException is thrown by a TransactionLog if an exception occurs in the managing of the Transaction Log.
TransactionLog
          TransactionLog represents a dbXML Transaction Log
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.core.trigger
Transaction
          Transaction
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.enterprise.dbfiler
Transaction
          Transaction
TransactionLog
          TransactionLog represents a dbXML Transaction Log
 

Classes in com.dbxml.db.core.transaction used by com.dbxml.db.enterprise.sync
Transaction
          Transaction
 


dbXML API

Copyright (c) 2004 The dbXML Group