Savepointpublic class MonetDBEmbeddedSavePoint extends Object implements Savepoint
| Constructor | Description |
|---|---|
MonetDBEmbeddedSavePoint() |
|
MonetDBEmbeddedSavePoint(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 MonetDBEmbeddedSavePoint(String name) throws IllegalArgumentException
IllegalArgumentExceptionpublic MonetDBEmbeddedSavePoint()
public int getSavepointId()
throws MonetDBEmbeddedException
getSavepointId in interface SavepointMonetDBEmbeddedException - if this is a named savepointpublic String getSavepointName() throws MonetDBEmbeddedException
getSavepointName in interface SavepointMonetDBEmbeddedException - if this is an un-named savepointCopyright © 2018. All rights reserved.