public class MonetDBEmbeddedSavePoint extends Object implements Savepoint
| Constructor and Description |
|---|
MonetDBEmbeddedSavePoint() |
MonetDBEmbeddedSavePoint(String name) |
| Modifier and Type | Method and 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 © 2017. All rights reserved.