Class MariaDbSavepoint

    • Constructor Detail

      • MariaDbSavepoint

        public MariaDbSavepoint​(String name)
    • Method Detail

      • getSavepointId

        public int getSavepointId()
                           throws SQLException
        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
        Throws:
        SQLException
      • 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