| Package | Description |
|---|---|
| org.axiondb |
Core interfaces, identifiers, and exceptions.
|
| org.axiondb.engine |
Core database machinery.
|
| org.axiondb.engine.tables |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransactableTable
A
Transactableversion of a Table. |
interface |
Transaction
A database transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SnapshotIsolationTransaction
A
Transactionimplementation that provides "snapshot isolation", which supports
TRANSACTION_SERIALIZABLE isolation without locking. |
class |
TransactableTableImpl
An implemenation of
TransactableTable. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalDatabaseTable
Base implementation of ExternalTable interface.
|