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 |
---|---|
Transaction |
TransactionManager.createTransaction()
Create a new
Transaction . |
Modifier and Type | Method and Description |
---|---|
void |
TransactionManager.abortTransaction(Transaction t)
Abort the given
Transaction . |
void |
TransactionManager.commitTransaction(Transaction t)
Commit the given
Transaction . |
Modifier and Type | Class and Description |
---|---|
class |
SnapshotIsolationTransaction
A
Transaction implementation that provides "snapshot isolation", which supports
TRANSACTION_SERIALIZABLE isolation without locking. |
Modifier and Type | Method and Description |
---|---|
Transaction |
TransactionManagerImpl.createTransaction() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionManagerImpl.abortTransaction(Transaction t) |
void |
TransactionManagerImpl.commitTransaction(Transaction t) |
Modifier and Type | Method and Description |
---|---|
void |
AxionResultSet.setTransaction(TransactionManager manager,
Transaction transaction) |