Class FBSavepoint

java.lang.Object
org.firebirdsql.jdbc.FBSavepoint
All Implemented Interfaces:
Savepoint, FirebirdSavepoint

public class FBSavepoint extends Object implements FirebirdSavepoint
Savepoint implementation.
Author:
Roman Rokytskyy
  • Constructor Details

    • FBSavepoint

      public FBSavepoint(int savepointId)
      Create instance of this class.
      Parameters:
      savepointId - ID of the savepoint.
    • FBSavepoint

      public FBSavepoint(String name)
      Create instance of this class for the specified name.
      Parameters:
      name - name of the savepoint.
  • Method Details