Package | Description |
---|---|
org.axiondb |
Core interfaces, identifiers, and exceptions.
|
org.axiondb.engine |
Core database machinery.
|
org.axiondb.jdbc |
JDBC implementations.
|
Modifier and Type | Method and Description |
---|---|
TransactionManager |
Database.getTransactionManager()
Get the
TransactionManager for this database. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionManagerImpl
An implemenation of
TransactionManager currently only supportd
SnapshotIsolationTransaction s. |
Modifier and Type | Method and Description |
---|---|
TransactionManager |
SnapshotIsolationTransaction.getTransactionManager() |
TransactionManager |
BaseDatabase.getTransactionManager() |
Modifier and Type | Method and Description |
---|---|
void |
AxionResultSet.setTransaction(TransactionManager manager,
Transaction transaction) |