Uses of Class
org.h2.engine.UndoLogRecord

Packages that use UndoLogRecord
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
 

Uses of UndoLogRecord in org.h2.engine
 

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

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