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
IllegalArgumentException
public MonetDBEmbeddedSavePoint()
public int getSavepointId() throws MonetDBEmbeddedException
getSavepointId
in interface Savepoint
MonetDBEmbeddedException
- if this is a named savepointpublic String getSavepointName() throws MonetDBEmbeddedException
getSavepointName
in interface Savepoint
MonetDBEmbeddedException
- if this is an un-named savepointCopyright © 2018. All rights reserved.