| java.lang.Object org.h2.log.InDoubtTransaction
InDoubtTransaction | public class InDoubtTransaction (Code) | | Represents an in-doubt transaction (a transaction in the prepare phase).
|
IN_DOUBTCOMMITROLLBACK | final public static int IN_DOUBTCOMMITROLLBACK(Code) | | |
InDoubtTransaction | public InDoubtTransaction(LogFile log, int sessionId, int pos, String transaction, int blocks)(Code) | | |
getPos | public int getPos()(Code) | | |
getSessionId | public int getSessionId()(Code) | | |
|
|