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).(package private) Iterator
<TransactionStore.Change> TransactionStore.getChanges
(Transaction t, long maxLogId, long toLogId) Get the changes of the given transaction, starting from the latest log id back to the given log id.