| java.lang.Object org.h2.log.SessionState
SessionState | public class SessionState (Code) | | The session state contains information about when was the last commit of a
session. It is only used during recovery.
|
lastCommitLog | int lastCommitLog(Code) | | |
lastCommitPos | int lastCommitPos(Code) | | |
isCommitted | public boolean isCommitted(int logId, int pos)(Code) | | |
|
|