Uses of Interface
oracle.jdbc.OracleCommonConnection
-
Packages that use OracleCommonConnection Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
. -
-
Uses of OracleCommonConnection in oracle.jdbc
Subinterfaces of OracleCommonConnection in oracle.jdbc Modifier and Type Interface Description interface
OracleConnection
This interface defines the Oracle extensions to the standard JDBC interfacejava.sql.Connection
.Classes in oracle.jdbc that implement OracleCommonConnection Modifier and Type Class Description class
OracleConnectionWrapper
A simple implementation of a connection wrapper which may be nested to any depth.
-