Uses of Class
org.h2.mvstore.tx.TransactionStore.Change
Packages that use TransactionStore.Change
-
Uses of TransactionStore.Change in org.h2.mvstore.tx
Methods in org.h2.mvstore.tx that return types with arguments of type TransactionStore.ChangeModifier and TypeMethodDescriptionTransaction.getChanges(long savepointId) Get the list of changes, starting with the latest change, up to the given savepoint (in reverse order than they occurred).