Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Uses of Interface
oracle.jdbc.OracleSavepoint

Packages that use OracleSavepoint
oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc

 

Uses of OracleSavepoint in oracle.jdbc

 

Methods in oracle.jdbc that return OracleSavepoint
 OracleSavepoint OracleConnectionWrapper.oracleSetSavepoint()
           
 OracleSavepoint OracleConnection.oracleSetSavepoint()
          Creates an unnamed savepoint in the current transaction and returns the new OracleSavepoint object that represents it.
 OracleSavepoint OracleConnectionWrapper.oracleSetSavepoint(String name)
           
 OracleSavepoint OracleConnection.oracleSetSavepoint(String name)
          Creates a savepoint with the given name in the current transaction and returns the new OracleSavepoint object that represents it.

 

Methods in oracle.jdbc with parameters of type OracleSavepoint
 void OracleConnectionWrapper.oracleReleaseSavepoint(OracleSavepoint savepoint)
           
 void OracleConnection.oracleReleaseSavepoint(OracleSavepoint savepoint)
          Removes the given OracleSavepoint object from the current transaction.
 void OracleConnectionWrapper.oracleRollback(OracleSavepoint savepoint)
           
 void OracleConnection.oracleRollback(OracleSavepoint savepoint)
          Undoes all changes made after the given OracleSavepoint object was set.

 


Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.