Package org.h2.engine

Class SessionLocal.Savepoint

  • Enclosing class:
    SessionLocal

    public static class SessionLocal.Savepoint
    extends java.lang.Object
    Represents a savepoint (a position in a transaction to where one can roll back to).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int logIndex
      The undo log index.
      (package private) long transactionSavepoint
      The transaction savepoint id.
    • Constructor Summary

      Constructors 
      Constructor Description
      Savepoint()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logIndex

        int logIndex
        The undo log index.
      • transactionSavepoint

        long transactionSavepoint
        The transaction savepoint id.
    • Constructor Detail

      • Savepoint

        public Savepoint()