Uses of Interface
org.h2.store.InDoubtTransaction
-
Packages that use InDoubtTransaction Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database. -
-
Uses of InDoubtTransaction in org.h2.engine
Methods in org.h2.engine that return types with arguments of type InDoubtTransaction Modifier and Type Method Description java.util.ArrayList<InDoubtTransaction>
Database. getInDoubtTransactions()
Get the list of in-doubt transactions. -
Uses of InDoubtTransaction in org.h2.mvstore.db
Classes in org.h2.mvstore.db that implement InDoubtTransaction Modifier and Type Class Description (package private) class
MVInDoubtTransaction
An in-doubt transaction.Methods in org.h2.mvstore.db that return types with arguments of type InDoubtTransaction Modifier and Type Method Description java.util.ArrayList<InDoubtTransaction>
Store. getInDoubtTransactions()
-