Class MariaDbSavepoint

java.lang.Object
org.mariadb.jdbc.MariaDbSavepoint
All Implemented Interfaces:
Savepoint

public class MariaDbSavepoint extends Object implements Savepoint
  • Field Details

    • savepointId

      private final int savepointId
    • name

      private final String name
  • Constructor Details

    • MariaDbSavepoint

      public MariaDbSavepoint(String name, int savepointId)
  • Method Details

    • getSavepointId

      public int getSavepointId()
      Retrieves the generated ID for the savepoint that this Savepoint object represents.
      Specified by:
      getSavepointId in interface Savepoint
      Returns:
      the numeric ID of this savepoint
      Since:
      1.4
    • getSavepointName

      public String getSavepointName()
      Retrieves the name of the savepoint that this Savepoint object represents.
      Specified by:
      getSavepointName in interface Savepoint
      Returns:
      the name of this savepoint
      Since:
      1.4
    • toString

      public String toString()
      Overrides:
      toString in class Object