Uses of Class
org.h2.store.InDoubtTransaction

Packages that use InDoubtTransaction
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
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.engine
 

Methods in org.h2.engine that return types with arguments of type InDoubtTransaction
 java.util.ArrayList<InDoubtTransaction> Database.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
 java.util.ArrayList<InDoubtTransaction> PageStore.getInDoubtTransactions()
          Get the list of in-doubt transaction.