Uses of Interface
org.h2.store.InDoubtTransaction
Packages that use InDoubtTransaction
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
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 InDoubtTransactionModifier and TypeMethodDescriptionDatabase.getInDoubtTransactions()
Get the list of in-doubt transactions. -
Uses of InDoubtTransaction in org.h2.mvstore.db
Classes in org.h2.mvstore.db that implement InDoubtTransactionModifier and TypeClassDescription(package private) final class
An in-doubt transaction.Methods in org.h2.mvstore.db that return types with arguments of type InDoubtTransaction