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