Skip navigation links

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


Uses of Package
oracle.jdbc

Packages that use oracle.jdbc
oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc
oracle.jdbc.aq This package is an Oracle JDBC extension that provides interfaces to access the Advanced Queuing feature of Oracle for enterprise messaging applications. 
oracle.jdbc.dcn This package is an Oracle JDBC extension that provides interfaces to access the Database Change Notification feature of Oracle. 
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. 

 

Classes in oracle.jdbc used by oracle.jdbc
AdditionalDatabaseMetaData
          This interface defines additional Oracle specific methods for DatabaseMetaData.
LargeObjectAccessMode
           
LogicalTransactionId
          The logical transaction id is a globally unique id that uniquely defines a database transaction from the application perspective.
LogicalTransactionIdEvent
          The event that corresponds to a new Logical Transaction Id.
LogicalTransactionIdEventListener
          A class that is interested in processing Logical Transaction Id events must implement this interface.
NotificationRegistration.RegistrationState
           
OracleBfile
          This interface defines methods for Oracle specific Bfile.
OracleClob
          This interface extends the standard JDBC interface Clob and defines methods for Oracle specific Clob .
OracleConnection
          This interface defines the Oracle extensions to the standard JDBC interface java.sql.Connection.
OracleConnection.CommitOption
           
OracleConnection.DatabaseShutdownMode
           
OracleConnection.DatabaseStartupMode
           
OracleConnectionWrapper
          A simple implementation of a connection wrapper which may be nested to any depth.
OracleData
          Oracle interface for customize user-defined types.
OracleDataFactory
          OracleData factory interface.
OracleOCIFailover
          An interface for Transparent Application failover.
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.AuthorizationIndicator
          eXtensible Data Security (XDS) authorization indicator.
OracleResultSetMetaData
          An object that can be used to get information about the types and properties of the columns in a ResultSet object.
OracleResultSetMetaData.SecurityAttribute
          eXtensible Data Security (XDS) attribute.
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.
OracleTranslatingConnection.SqlTranslationVersion
          Enumeration of various Translation versions of a query.
OracleTypeMetaData
          This extension defines methods for meta data describing Oracle specific Types.
OracleTypeMetaData.ArrayStorage
          Identifies
OracleTypeMetaData.Kind
          Identifies the kind of named type.

 

Classes in oracle.jdbc used by oracle.jdbc.aq
NotificationRegistration
          This interface is extended by oracle.jdbc.aq.AQNotificationRegistration and oracle.jdbc.dcn.DatabaseChangeRegistration.

 

Classes in oracle.jdbc used by oracle.jdbc.dcn
NotificationRegistration
          This interface is extended by oracle.jdbc.aq.AQNotificationRegistration and oracle.jdbc.dcn.DatabaseChangeRegistration.

 

Classes in oracle.jdbc used by oracle.jdbc.pool
OracleConnection
          This interface defines the Oracle extensions to the standard JDBC interface java.sql.Connection.

 

Classes in oracle.jdbc used by oracle.sql
LargeObjectAccessMode
           
OracleArray
          This interface defines the Oracle extensions to the standard JDBC interface Array.
OracleBfile
          This interface defines methods for Oracle specific Bfile.
OracleBlob
          This interface defines the Oracle extensions to the standard JDBC interface Blob .
OracleClob
          This interface extends the standard JDBC interface Clob and defines methods for Oracle specific Clob .
OracleConnection
          This interface defines the Oracle extensions to the standard JDBC interface java.sql.Connection.
OracleData
          Oracle interface for customize user-defined types.
OracleDataFactory
          OracleData factory interface.
OracleNClob
          This interface extends the standard JDBC interface NClob and defines methods for Oracle specific NClob .
OracleOpaque
          This interface defines methods for Oracle specific Opaque.
OracleRef
          This interface defines the Oracle extensions to the standard JDBC interface Ref.
OracleStruct
          This interface defines the Oracle extensions to the standard JDBC interface Struct.
OracleTypeMetaData
          This extension defines methods for meta data describing Oracle specific Types.
OracleTypeMetaData.Array
          This nested interfacet defines additional methods for array types
OracleTypeMetaData.ArrayStorage
          Identifies
OracleTypeMetaData.Kind
          Identifies the kind of named type.
OracleTypeMetaData.Opaque
          This nested interface defines additional methods for opaque types
OracleTypeMetaData.Struct
          This nested interface defines additional methods for struct types

 


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.