|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Savepoint interface, corresponds to the java.sql.Savepoint
interface defined in JDBC 3.0, but can be used in JDBC 2.0 applications.
Method Summary | |
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. |
Method Detail |
public int getSavepointId() throws java.sql.SQLException
Savepoint
object represents.
java.sql.SQLException
- if this is a named savepointpublic java.lang.String getSavepointName() throws java.sql.SQLException
Savepoint
object represents.
java.sql.SQLException
- if this is an un-named savepoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |