org.mariadb.jdbc
Class MariaDbSavepoint
java.lang.Object
org.mariadb.jdbc.MariaDbSavepoint
- All Implemented Interfaces:
- Savepoint
public class MariaDbSavepoint
- extends Object
- implements Savepoint
MariaDbSavepoint
public MariaDbSavepoint(String name,
int savepointId)
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 - if this is a named savepoint- Since:
- 1.4
getSavepointName
public String getSavepointName()
throws SQLException
- Retrieves the name of the savepoint that this
Savepoint object represents.
- Specified by:
getSavepointName in interface Savepoint
- Returns:
- the name of this savepoint
- Throws:
SQLException - if this is an un-named savepoint- Since:
- 1.4
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2017. All rights reserved.