Interface | Description |
---|---|
TransactionTable.EntryVisitor |
Interface for visiting entries in the transaction table.
|
Class | Description |
---|---|
BeginXact |
This operation indicates the beginning of a transaction.
|
ContainerLocking2 |
A locking policy that implements container level locking with
isolation degree 2.
|
ContainerLocking3 |
A locking policy that implements container level locking with
isolation degree 3.
|
D_Xact |
The D_Xact class provides diagnostic information about the Xact class.
|
EndXact |
This operation indicates the End of a transaction.
|
EscalateContainerKey | |
GlobalXactId | |
InternalXact | |
LockCount | |
NoLocking |
A locking policy that implements no locking.
|
RowLocking1 |
A locking policy that implements row level locking with isolation degree 1.
|
RowLocking2 |
A locking policy that implements row level locking with isolation degree 2.
|
RowLocking2nohold |
A locking policy that implements row level locking with isolation degree 2,
never holding read locks after they are granted.
|
RowLocking3 |
A locking policy that implements row level locking with isolation degree 3.
|
RowLocking3Escalate |
A locking policy that implements row level locking with isolation degree 3.
|
RowLockingRR |
A locking policy that implements row level locking with repeatable read
isolation.
|
SavePoint | |
TransactionTable |
The transaction table is used by the transaction factory to keep track of
all transactions that are in the system.
|
TransactionTableEntry |
Transaction table entry is used to store all relevant information of a
transaction into the transaction table for the use of checkpoint, recovery,
Transaction management during Quiesce state, and for dumping transaction table.
|
Xact |
A transaction has five states
CLOSED - cannot be used
IDLE - no reads have been performed by the transaction.
|
XactContext |
The context associated with the transaction.
|
XactFactory | |
XactId |
Use this class for a short hand representation of the transaction.
|
XactXAResourceManager |
The XactXAResourceManager implements the Access XAResource interface, which
provides offline control over two phase commit transactions.
|
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.