|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionLog | |
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.core.filer | Defines the dbXML Filer interfaces. |
com.dbxml.db.core.indexer | Defines the dbXML Indexer interfaces |
com.dbxml.db.core.transaction | This is the package for dbXML Transaction functionality. |
com.dbxml.db.enterprise.dbfiler | Defines the dbXML DBFiler class as well as a Connection pooling system. |
Uses of TransactionLog in com.dbxml.db.common.btree |
Methods in com.dbxml.db.common.btree that return TransactionLog | |
TransactionLog |
Paged.getTransactionLog()
|
Uses of TransactionLog in com.dbxml.db.common.filers |
Methods in com.dbxml.db.common.filers that return TransactionLog | |
TransactionLog |
MemFiler.getTransactionLog()
|
TransactionLog |
FSFiler.getTransactionLog()
|
Uses of TransactionLog in com.dbxml.db.core.filer |
Methods in com.dbxml.db.core.filer that return TransactionLog | |
TransactionLog |
Filer.getTransactionLog()
getTransactionLog returns the Transaction Log for this Filer. |
Uses of TransactionLog in com.dbxml.db.core.indexer |
Methods in com.dbxml.db.core.indexer that return TransactionLog | |
TransactionLog |
Indexer.getTransactionLog()
getTransactionLog returns the Transaction Log for this Indexer. |
Uses of TransactionLog in com.dbxml.db.core.transaction |
Methods in com.dbxml.db.core.transaction with parameters of type TransactionLog | |
void |
Transaction.addTransactionLog(TransactionLog log)
addTransactionLog adds a TransactionLog to the partipation of this Transaction. |
Constructors in com.dbxml.db.core.transaction with parameters of type TransactionLog | |
Transaction(TransactionLog log)
|
Uses of TransactionLog in com.dbxml.db.enterprise.dbfiler |
Methods in com.dbxml.db.enterprise.dbfiler that return TransactionLog | |
TransactionLog |
DBFiler.getTransactionLog()
|
|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |