Uses of Interface
oracle.jdbc.OracleConnection
-
Packages that use OracleConnection Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc.oracle.jdbc.pool A package of connection cache and pooling related classes.oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types. -
- <section role="region">
Uses of OracleConnection in oracle.jdbc
Classes in oracle.jdbc that implement OracleConnection Modifier and Type Class Description classOracleConnectionWrapperA simple implementation of a connection wrapper which may be nested to any depth.Fields in oracle.jdbc declared as OracleConnection Modifier and Type Field Description protected OracleConnectionOracleConnectionWrapper. connectionMethods in oracle.jdbc that return OracleConnection Modifier and Type Method Description OracleConnectionOracleConnectionBuilder. build()Builds the connection object.OracleConnectionOracleConnection. unwrap()Return the wrapped object if any else null.OracleConnectionOracleConnectionWrapper. unwrap()Unwrap one level.Methods in oracle.jdbc that return types with arguments of type OracleConnection Modifier and Type Method Description default CompletionStage<OracleConnection>OracleConnectionBuilder. buildAsyncOracle()Returns aCompletionStagethat completes with aConnectionhaving the same state as if it were built by callingbuildon thisConnectionBuilder.default Flow.Publisher<OracleConnection>OracleConnectionBuilder. buildConnectionPublisherOracle()Returns aPublisherthat publishes a singleConnectionobject with the same state as if it were built by callingbuildon thisConnectionBuilder.Methods in oracle.jdbc with parameters of type OracleConnection Modifier and Type Method Description voidOracleConnection. setWrapper(OracleConnection wrapper)Set the wrapping object.voidOracleConnectionWrapper. setWrapper(OracleConnection wrapper)Set a connection wrapper as the wrapper of this connection.
</section>Constructors in oracle.jdbc with parameters of type OracleConnection Constructor Description OracleConnectionWrapper(OracleConnection toBeWrapped)Construct an instance which wraps the arguementOracleDatabaseMetaData(OracleConnection conn)Deprecated.-- Please use the factory method java.sql.Connection.getMetaData() - <section role="region">
Uses of OracleConnection in oracle.jdbc.pool
</section>Methods in oracle.jdbc.pool with parameters of type OracleConnection Modifier and Type Method Description booleanOracleConnectionCacheCallback. handleAbandonedConnection(OracleConnection conn, Object userObject)Deprecated.Use Oracle Universal Connection Pool instead.voidOracleConnectionCacheCallback. releaseConnection(OracleConnection conn, Object userObject)Deprecated.Use Oracle Universal Connection Pool instead. - <section role="region">
Uses of OracleConnection in oracle.sql
Methods in oracle.sql that return OracleConnection Modifier and Type Method Description OracleConnectionDatumWithConnection. getOracleConnection()Oracle extension.static OracleConnectionConcreteProxyUtil. getThinDriverReplayableConnectionDelegate(OracleConnection conn)static OracleConnectionConcreteProxyUtil. unwrapConnectionProxy(OracleConnection conn)Methods in oracle.sql with parameters of type OracleConnection Modifier and Type Method Description static ObjectConcreteProxyUtil. checkAndGetACProxyConnection(OracleConnection conn)Check whether connection object from proxified or not.static <T> TConcreteProxyUtil. getProxyObject(OracleConnection conn, T delegate, Class proxyBaseClass, Object creator)static StringTypeDescriptor. getSubtypeName(OracleConnection conn, byte[] image, long offset)static OracleConnectionConcreteProxyUtil. getThinDriverReplayableConnectionDelegate(OracleConnection conn)static oracle.jdbc.replay.driver.TxnReplayableBaseConcreteProxyUtil. getTxnReplayableBaseOfConnection(OracleConnection conn)static booleanConcreteProxyUtil. isThinDriverReplayableConnection(OracleConnection conn)static OracleConnectionConcreteProxyUtil. unwrapConnectionProxy(OracleConnection conn)
</section>Constructors in oracle.sql with parameters of type OracleConnection Constructor Description CLOB(OracleConnection conn, byte[] lob_descriptor, short csform)Deprecated.
- <section role="region">