org.firebirdsql.jdbc
Interface FirebirdSavepoint
- AbstractSavepoint
public interface FirebirdSavepoint
Savepoint interface, corresponds to the java.sql.Savepoint
interface defined in JDBC 3.0, but can be used in JDBC 2.0 applications.
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.
|
getSavepointId
public int getSavepointId()
throws SQLException
Retrieves the generated ID for the savepoint that this
Savepoint
object represents.
- the numeric ID of this savepoint
getSavepointName
public String getSavepointName()
throws SQLException
Retrieves the name of the savepoint that this Savepoint
object represents.
- the name of this savepoint
Copyright B) 2001 David Jencks and other authors. All rights reserved.