Constructor and Description |
---|
JDBCSavepoint(java.lang.String name,
JDBCConnection conn) |
Modifier and Type | Method and Description |
---|---|
int |
getSavepointId()
Retrieves the generated ID for the savepoint that this
Savepoint object represents. |
java.lang.String |
getSavepointName()
Retrieves the name of the savepoint that this
Savepoint
object represents. |
java.lang.String |
toString() |
public JDBCSavepoint(java.lang.String name, JDBCConnection conn) throws SQLException
SQLException
public int getSavepointId() throws SQLException
Savepoint
object represents.getSavepointId
in interface Savepoint
SQLException
- if this is a named savepointpublic java.lang.String getSavepointName() throws SQLException
Savepoint
object represents.getSavepointName
in interface Savepoint
SQLException
- if this is an un-named savepointpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.