|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InDoubtTransaction | |
---|---|
org.h2.log | Undo and redo log implementation. |
org.h2.store | Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa. |
Uses of InDoubtTransaction in org.h2.log |
---|
Fields in org.h2.log declared as InDoubtTransaction | |
---|---|
InDoubtTransaction |
SessionState.inDoubtTransaction
The in-doubt transaction if there is one. |
Methods in org.h2.log that return types with arguments of type InDoubtTransaction | |
---|---|
ObjectArray<InDoubtTransaction> |
LogSystem.getInDoubtTransactions()
Get the list of in-doubt transactions. |
Uses of InDoubtTransaction in org.h2.store |
---|
Methods in org.h2.store that return types with arguments of type InDoubtTransaction | |
---|---|
ObjectArray<InDoubtTransaction> |
PageStore.getInDoubtTransactions()
Get the list of in-doubt transaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |