public class OracleJdbc4NativeJdbcExtractor extends Jdbc4NativeJdbcExtractor
Jdbc4NativeJdbcExtractor
which comes pre-configured for Oracle's JDBC driver,
specifying the following vendor-specific API types for unwrapping:
oracle.jdbc.OracleConnection
oracle.jdbc.OracleStatement
oracle.jdbc.OraclePreparedStatement
oracle.jdbc.OracleCallableStatement
oracle.jdbc.OracleResultSet
Note: This will work with any JDBC 4.0 compliant connection pool, without a need for connection pool specific setup. In other words, as of JDBC 4.0, NativeJdbcExtractors will typically be implemented for specific drivers instead of for specific pools.
Constructor and Description |
---|
OracleJdbc4NativeJdbcExtractor() |
doGetNativeConnection, getNativeCallableStatement, getNativePreparedStatement, getNativeResultSet, getNativeStatement, setCallableStatementType, setConnectionType, setPreparedStatementType, setResultSetType, setStatementType
getNativeConnection, getNativeConnectionFromStatement, isNativeConnectionNecessaryForNativeCallableStatements, isNativeConnectionNecessaryForNativePreparedStatements, isNativeConnectionNecessaryForNativeStatements