Package | Description |
---|---|
org.axiondb |
Core interfaces, identifiers, and exceptions.
|
org.axiondb.engine |
Core database machinery.
|
org.axiondb.engine.tables |
Modifier and Type | Method and Description |
---|---|
TransactableTable |
Table.makeTransactableTable()
Create a
TransactableTable for this table. |
Modifier and Type | Class and Description |
---|---|
class |
TransactableTableImpl
An implemenation of
TransactableTable . |
Modifier and Type | Method and Description |
---|---|
TransactableTable |
SnapshotIsolationTransaction.commit(TableIdentifier tid) |
TransactableTable |
TransactableTableImpl.makeTransactableTable() |
Modifier and Type | Class and Description |
---|---|
class |
ExternalDatabaseTable
Base implementation of ExternalTable interface.
|
Modifier and Type | Method and Description |
---|---|
TransactableTable |
TableView.makeTransactableTable() |
TransactableTable |
ExternalDatabaseTable.makeTransactableTable() |
TransactableTable |
BaseTable.makeTransactableTable() |
TransactableTable |
ExternalAxionDBTable.makeTransactableTable() |