Class MariaDbSavepoint

    • Constructor Detail

      • MariaDbSavepoint

        public MariaDbSavepoint​(String name,
                                int savepointId)
    • Method Detail

      • 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