Savepointpublic class MonetSavepoint extends Object implements Savepoint
| Constructor | Description |
|---|---|
MonetSavepoint() |
|
MonetSavepoint(String name) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getSavepointId() |
Retrieves the generated ID for the savepoint that this Savepoint object represents.
|
String |
getSavepointName() |
Retrieves the name of the savepoint that this Savepoint object represents.
|
public MonetSavepoint(String name) throws IllegalArgumentException
IllegalArgumentExceptionpublic MonetSavepoint()
public int getSavepointId()
throws SQLException
getSavepointId in interface SavepointSQLException - if this is a named savepointpublic String getSavepointName() throws SQLException
getSavepointName in interface SavepointSQLException - if this is an un-named savepointCopyright © 2018. All rights reserved.