Uses of Class
org.h2.log.UndoLogRecord

Packages that use UndoLogRecord
org.h2.log Undo and redo log implementation. 
 

Uses of UndoLogRecord in org.h2.log
 

Methods in org.h2.log that return UndoLogRecord
 UndoLogRecord UndoLog.getLast()
          Get the last record and remove it from the list of operations.
 

Methods in org.h2.log with parameters of type UndoLogRecord
 void UndoLog.add(UndoLogRecord entry)
          Append an undo log entry to the log.