| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATED_SAVEPOINT_NAME_PREFIX |
| Constructor and Description |
|---|
InternalSavepoint(ClientConnection conn,
int savepointId) |
InternalSavepoint(ClientConnection conn,
String savepointName) |
| Modifier and Type | Method and Description |
|---|---|
ClientConnection |
getConnection() |
String |
getRealSavepointName() |
int |
getSavepointId() |
String |
getSavepointName() |
public static final String GENERATED_SAVEPOINT_NAME_PREFIX
public InternalSavepoint(ClientConnection conn, String savepointName)
public InternalSavepoint(ClientConnection conn, int savepointId)
public int getSavepointId()
throws SQLException
getSavepointId in interface SavepointSQLExceptionpublic String getSavepointName() throws SQLException
getSavepointName in interface SavepointSQLExceptionpublic String getRealSavepointName()
public final ClientConnection getConnection()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.