Package org.h2.engine

Class SessionLocal.Savepoint

java.lang.Object
org.h2.engine.SessionLocal.Savepoint
Enclosing class:
SessionLocal

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

    • logIndex

      int logIndex
      The undo log index.
    • transactionSavepoint

      long transactionSavepoint
      The transaction savepoint id.
  • Constructor Details

    • Savepoint

      public Savepoint()