|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transactable | |
|---|---|
| org.axiondb | Core interfaces, identifiers, and exceptions. |
| org.axiondb.engine | Core database machinery. |
| org.axiondb.engine.tables | |
| Uses of Transactable in org.axiondb |
|---|
| Subinterfaces of Transactable in org.axiondb | |
|---|---|
interface |
TransactableTable
A Transactableversion of a Table. |
interface |
Transaction
A database transaction. |
| Uses of Transactable in org.axiondb.engine |
|---|
| Classes in org.axiondb.engine that implement Transactable | |
|---|---|
class |
SnapshotIsolationTransaction
A Transactionimplementation that provides "snapshot isolation", which supports
TRANSACTION_SERIALIZABLE isolation without locking. |
class |
TransactableTableImpl
An implemenation of TransactableTable. |
| Uses of Transactable in org.axiondb.engine.tables |
|---|
| Classes in org.axiondb.engine.tables that implement Transactable | |
|---|---|
class |
ExternalDatabaseTable
Base implementation of ExternalTable interface. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||