Class MariaDbSavepoint
java.lang.Object
org.mariadb.jdbc.MariaDbSavepoint
- All Implemented Interfaces:
Savepoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the generated ID for the savepoint that thisSavepointobject represents.Retrieves the name of the savepoint that thisSavepointobject represents.toString()
-
Constructor Details
-
MariaDbSavepoint
-
-
Method Details
-
getSavepointId
Retrieves the generated ID for the savepoint that thisSavepointobject represents.- Specified by:
getSavepointIdin interfaceSavepoint- Returns:
- the numeric ID of this savepoint
- Throws:
SQLException
-
getSavepointName
Retrieves the name of the savepoint that thisSavepointobject represents.- Specified by:
getSavepointNamein interfaceSavepoint- Returns:
- the name of this savepoint
-
toString
-