org.h2.log |
Javadoc package documentation
Undo and redo log implementation.
|
Java Source File Name | Type | Comment |
InDoubtTransaction.java | Class | Represents an in-doubt transaction (a transaction in the prepare phase). |
LogFile.java | Class | Each transaction log file contains a number of log records. |
LogRecord.java | Class | Represents a record in the transaction log. |
LogSystem.java | Class | The transaction log system is responsible for the write ahead log mechanism
used in this database. |
RedoLogRecord.java | Class | Represents a redo-log record. |
SessionState.java | Class | The session state contains information about when was the last commit of a
session. |
UndoLog.java | Class | Each session keeps a undo log if rollback is required. |
UndoLogRecord.java | Class | An entry in a undo log. |