Uses of Package
oracle.jdbc
-
Packages that use oracle.jdbc Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.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.babelfish Provides the classes necessary for the support for application migration feature.oracle.jdbc.datasource Beginning in Oracle Release 12.2, some of the Oracle extensions to JDBC are captured in the packageoracle.jdbc.datasource
.oracle.jdbc.datasource.impl This package holds data source and connection builder classes that implement the Oracle JDBC extension interfaces in theoracle.jdbc.datasource
andoracle.jdbc
packages.oracle.jdbc.dcn This package is an Oracle JDBC extension that provides interfaces to access the Database Change Notification feature of Oracle.oracle.jdbc.diagnostics oracle.jdbc.pool A package of connection cache and pooling related classes.oracle.jdbc.spi oracle.jdbc.xa Provides classes that implement the JDBC XA APIs.oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types. -
Classes in oracle.jdbc used by oracle.jdbc Class Description AccessToken An access token generated by an authentication service.AdditionalDatabaseMetaData This interface defines additional Oracle specific methods for DatabaseMetaData.ErrorSet An immutable set of Oracle error references.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 interfaceClob
and defines methods for Oracle specific Clob .OracleCommonConnection Interface that defines common methods.OracleCommonConnectionBuilder Interface that defines common methods.OracleCommonPreparedStatement Interface that defines common methods.OracleCommonResultSet Interface that defines common methods.OracleCommonStatement Interface that defines the methods which are common betweenOracleStatement
andoracle.nucleo.jdbc.NucleoStatement
.OracleConnection This interface defines the Oracle extensions to the standard JDBC interfacejava.sql.Connection
.OracleConnection.CommitOption OracleConnection.ConnectionValidation Specifiers for how much effort to put into validating aConnection
.OracleConnection.DatabaseShutdownMode OracleConnection.DatabaseStartupMode OracleConnection.DRCPState OracleConnectionBuilder A builder created from aOracleDataSource
object, used to establish a connection to the database that theOracleDataSource
object represents.OracleConnectionStringBuilder OracleConnectionStringBuilder.ConnectInfo This class represents the ADDRESS node of the TNS Connect String.OracleConnectionWrapper A simple implementation of a connection wrapper which may be nested to any depth.OracleData Oracle interface for customize user-defined types.OracleDatabaseMetaData.DataTypeSource OracleDataFactory OracleData factory interface.OracleHostnameResolver An interface that can be implemented to take care of the database Hostname resolution.OracleOCIFailover An interface for Transparent Application failover.OracleParameterMetaData This interface defines the Oracle extensions to the standard JDBC interfacejava.sql.ParameterMetaData
.OraclePooledConnectionBuilder A builder created from aOracleConnectionPoolDataSource
object, used to establish a connection to the database that theOracleConnectionPoolDataSource
object represents.OraclePreparedStatement This interface defines the Oracle extensions to the standard JDBC interfacejava.sql.PreparedStatement
.OracleResultSet A table of data representing a database result set, which is usually generated by executing a statement that queries the database.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.OracleRow One row of a sequence of rows represented by aResultSet
.OracleSavepoint This interface defines the Oracle extensions to the standard JDBC interfacejava.sql.Savepoint
.OracleShardingKey Interface used to indicate that this object represents an Oracle Sharding Key.OracleShardingKeyBuilder A builder created from aOracleDataSource
orOracleXADataSource
orOracleConnectionPoolDataSource
object, used to create aOracleShardingKey
with sub-keys of supported data types.OracleStatement This interface defines the Oracle extensions to the standard JDBC interfacejava.sql.Statement
and is the superinterface of theOraclePreparedStatement
andOracleCallableStatement
interfaces.OracleTranslatingConnection.SqlTranslationVersion Enumeration of various Translation versions of a query.OracleType An enumeration of types documented in Oracle Database SQL Language Reference 21c Release 1.OracleTypeMetaData This extension defines methods for meta data describing Oracle specific Types.OracleTypeMetaData.ArrayStorage IdentifiesOracleTypeMetaData.Kind Identifies the kind of named type.OracleXAConnectionBuilder A builder created from aOracleXADataSource
object, used to establish a connection to the database that theOracleXADataSource
object represents.SecurityInformation Interface to retrieve security details of the underlying network connection.SecurityInformation.AuthenticationAdaptorType The type of authentication used to access Oracle DatabaseSecurityInformation.DNMatchStatus The status of server DN matching used for TLS connections.TraceEventListener A listener that receives application and system tracing events from the Oracle Database JDBC drivers.TraceEventListener.JdbcExecutionEvent TraceEventListener.Sequence Indicates if a call toTraceEventListener.roundTrip(Sequence, TraceContext, Object)
is before or after the round trip to the database.TraceEventListener.TraceContext Information about the round trip.TraceKey -
Classes in oracle.jdbc used by oracle.jdbc.aq Class Description NotificationRegistration This interface is extended by oracle.jdbc.aq.AQNotificationRegistration and oracle.jdbc.dcn.DatabaseChangeRegistration. -
Classes in oracle.jdbc used by oracle.jdbc.babelfish Class Description OracleTranslatingConnection Declares convenience methods to get non translating Statements, PreparedStatements or CallableStatements from a SQL Translation enabled connection.OracleTranslatingConnection.SqlTranslationVersion Enumeration of various Translation versions of a query. -
Classes in oracle.jdbc used by oracle.jdbc.datasource Class Description AccessToken An access token generated by an authentication service.OracleConnectionBuilder A builder created from aOracleDataSource
object, used to establish a connection to the database that theOracleDataSource
object represents.OracleHostnameResolver An interface that can be implemented to take care of the database Hostname resolution.OraclePooledConnectionBuilder A builder created from aOracleConnectionPoolDataSource
object, used to establish a connection to the database that theOracleConnectionPoolDataSource
object represents.OracleShardingKey Interface used to indicate that this object represents an Oracle Sharding Key.OracleShardingKeyBuilder A builder created from aOracleDataSource
orOracleXADataSource
orOracleConnectionPoolDataSource
object, used to create aOracleShardingKey
with sub-keys of supported data types.OracleXAConnectionBuilder A builder created from aOracleXADataSource
object, used to establish a connection to the database that theOracleXADataSource
object represents. -
Classes in oracle.jdbc used by oracle.jdbc.datasource.impl Class Description AccessToken An access token generated by an authentication service.OracleCommonConnectionBuilder Interface that defines common methods.OracleConnectionBuilder A builder created from aOracleDataSource
object, used to establish a connection to the database that theOracleDataSource
object represents.OracleHostnameResolver An interface that can be implemented to take care of the database Hostname resolution.OraclePooledConnectionBuilder A builder created from aOracleConnectionPoolDataSource
object, used to establish a connection to the database that theOracleConnectionPoolDataSource
object represents. -
Classes in oracle.jdbc used by oracle.jdbc.dcn Class Description NotificationRegistration This interface is extended by oracle.jdbc.aq.AQNotificationRegistration and oracle.jdbc.dcn.DatabaseChangeRegistration. -
Classes in oracle.jdbc used by oracle.jdbc.diagnostics Class Description TraceEventListener A listener that receives application and system tracing events from the Oracle Database JDBC drivers.TraceKey -
Classes in oracle.jdbc used by oracle.jdbc.pool Class Description OracleConnection This interface defines the Oracle extensions to the standard JDBC interfacejava.sql.Connection
.OracleShardingKey Interface used to indicate that this object represents an Oracle Sharding Key.OracleShardingKeyBuilder A builder created from aOracleDataSource
orOracleXADataSource
orOracleConnectionPoolDataSource
object, used to create aOracleShardingKey
with sub-keys of supported data types. -
Classes in oracle.jdbc used by oracle.jdbc.spi Class Description AccessToken An access token generated by an authentication service.TraceEventListener A listener that receives application and system tracing events from the Oracle Database JDBC drivers. -
Classes in oracle.jdbc used by oracle.jdbc.xa Class Description OracleXAConnectionBuilder A builder created from aOracleXADataSource
object, used to establish a connection to the database that theOracleXADataSource
object represents. -
Classes in oracle.jdbc used by oracle.sql Class Description ErrorSet An immutable set of Oracle error references.LargeObjectAccessMode OracleArray This interface defines the Oracle extensions to the standard JDBC interfaceArray
.OracleBfile This interface defines methods for Oracle specific Bfile.OracleBlob This interface defines the Oracle extensions to the standard JDBC interfaceBlob
.OracleClob This interface extends the standard JDBC interfaceClob
and defines methods for Oracle specific Clob .OracleConnection This interface defines the Oracle extensions to the standard JDBC interfacejava.sql.Connection
.OracleData Oracle interface for customize user-defined types.OracleDataFactory OracleData factory interface.OracleNClob This interface extends the standard JDBC interfaceNClob
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 interfaceRef
.OracleStruct This interface defines the Oracle extensions to the standard JDBC interfaceStruct
.OracleTypeMetaData This extension defines methods for meta data describing Oracle specific Types.OracleTypeMetaData.Array This nested interface defines additional methods for array typesOracleTypeMetaData.ArrayStorage IdentifiesOracleTypeMetaData.Kind Identifies the kind of named type.OracleTypeMetaData.Opaque This nested interface defines additional methods for opaque typesOracleTypeMetaData.Struct This nested interface defines additional methods for struct types