|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jdbc.driver.OracleSavepoint
Oracle Savepoint class -- it implements oracle.jdbc.OracleSavepoint
Method Summary | |
int |
getSavepointId()
JDBC 3.0 Retrieves the generated ID for the savepoint that this Savepoint object represents. |
java.lang.String |
getSavepointName()
JDBC 3.0 Retrieves the name of the savepoint that this Savepoint
object represents. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public int getSavepointId() throws java.sql.SQLException
Savepoint
object represents.public java.lang.String getSavepointName() throws java.sql.SQLException
Savepoint
object represents.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |