Package oracle.jdbc

Interface Summary
OracleCallableStatement This interface extends the OraclePreparedStatement (which extends the OracleStatement interface) and incorporates standard JDBC callable statement functionality.
OracleConnection This interface defines the Oracle extensions to the standard JDBC interface java.sql.Connection.
OracleOCIFailover  
OracleParameterMetaData This interface defines the Oracle extensions to the standard JDBC interface java.sql.ParameterMetaData.
OraclePreparedStatement This interface defines the Oracle extensions to the standard JDBC interface java.sql.PreparedStatement.
OracleResultSet  
OracleResultSetCache Oracle result set cache interface.
OracleResultSetMetaData  
OracleSavepoint This interface defines the Oracle extensions to the standard JDBC interface java.sql.Savepoint.
OracleStatement This interface defines the Oracle extensions to the standard JDBC interface java.sql.Statement and is the superinterface of the OraclePreparedStatement and OracleCallableStatement interfaces.
StructMetaData  
 

Class Summary
OracleConnectionWrapper A simple implementation of a connection wrapper which may be nested to any depth.
OracleDatabaseMetaData The OracleDatabaseMetaData class implements the JDBC 1.0 DatabaseMetaData interface.
OracleDriver The Oracle JDBC driver class that implements the java.sql.Driver interface.
OracleTypes Oracle types.