public class MariaDbSavepoint
extends java.lang.Object
implements java.sql.Savepoint
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
| Constructor and Description |
|---|
MariaDbSavepoint(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSavepointId()
Retrieves the generated ID for the savepoint that this
Savepoint object
represents. |
java.lang.String |
getSavepointName()
Retrieves the name of the savepoint that this
Savepoint object represents. |
java.lang.String |
toString() |
public int getSavepointId()
throws java.sql.SQLException
Savepoint object
represents.getSavepointId in interface java.sql.Savepointjava.sql.SQLExceptionpublic java.lang.String getSavepointName()
Savepoint object represents.getSavepointName in interface java.sql.Savepointpublic java.lang.String toString()
toString in class java.lang.Object