Deprecated Methods |
oracle.jdbc.OracleConnection.archive(int, int, String)
This method will be removed in a future version. |
oracle.jdbc.driver.OracleLog.charsToUcs2Bytes(char[], int, int)
when using jdk 1.4. Use java.util.logging instead. |
oracle.jdbc.OracleStatement.creationState()
|
oracle.sql.CLOB.empty_lob()
use getEmptyCLOB instead |
oracle.sql.BLOB.empty_lob()
use getEmptyBLOB instead |
oracle.jdbc.OracleCallableStatement.getAnyDataEmbeddedObject(int)
As of Oracle 11R1 there is full support for ANYTYPE and ANYDATA. Please use oracle.sql.ANYDATA for new code and plan on replacing any use of this method by the next major release. Note that in 11R1 this method is reimplemnted using the ANYDATA support and will now also function in all the drivers, not just oci. In the previous implementation it was possible to call registerOutParameter with a sqlType of either oracle.jdbc.OracleTypes.OPAQUE or oracle.jdbc.OracleTypes.STRUCT The new implemention requires the correct type which is OPAQUE. |
oracle.sql.CLOB.getAsciiOutputStream()
This method is deprecated. Use setAsciiStream( 0L ); |
oracle.sql.CLOB.getAsciiOutputStream(long)
This method is deprecated. Use setAsciiStream. |
oracle.sql.BLOB.getBinaryOutputStream()
This method is deprecated. Use setBinaryStream(0L). |
oracle.sql.BLOB.getBinaryOutputStream(long)
This method is deprecated -- use setBinaryStream |
oracle.sql.CLOB.getCharacterOutputStream()
This method is deprecated. Use setCharacterStream( 0L ). |
oracle.sql.CLOB.getCharacterOutputStream(long)
This method is deprecated. Use setCharacterStream. |
oracle.sql.DatumWithConnection.getConnection()
since 9.0.0. Use getJavaSqlConnection() or getInternalConnection() , or Use getOracleConnection() instead. |
oracle.jdbc.OracleResultSet.getCustomDatum(int, CustomDatumFactory)
|
oracle.jdbc.OracleCallableStatement.getCustomDatum(int, CustomDatumFactory)
|
oracle.jdbc.OracleResultSet.getCustomDatum(String, CustomDatumFactory)
|
oracle.jdbc.OracleDatabaseMetaData.getDriverMajorVersionInfo()
-- use standard getDriverMajorVersion() |
oracle.jdbc.OracleDatabaseMetaData.getDriverMinorVersionInfo()
-- use JDBC standard method getDriverMinorVersion |
oracle.jdbc.OracleDatabaseMetaData.getDriverVersionInfo()
-- use standard getDriverVersion() |
oracle.jdbc.OracleConnection.getJavaObject(String)
|
oracle.jdbc.OracleDatabaseMetaData.getLobPrecision()
|
oracle.jdbc.dcn.DatabaseChangeRegistration.getRegistrationId()
This method is deprecated in 11.2. Use getRegId() instead. |
oracle.jdbc.dcn.DatabaseChangeEvent.getRegistrationId()
Use getRegId instead. |
oracle.jdbc.OracleConnection.getSQLType(Object)
|
oracle.jdbc.OracleConnection.getStmtCacheSize()
Use getStatementCacheSize() instead. |
oracle.jdbc.pool.OraclePooledConnection.getStmtCacheSize()
|
oracle.jdbc.OracleConnection.getUsingXAFlag()
|
oracle.jdbc.OracleConnection.getXAErrorFlag()
|
oracle.jdbc.OracleDriver.isJDK14()
|
oracle.jdbc.OracleConnection.pingDatabase(int)
|
oracle.jdbc.OracleConnection.prepareCallWithKey(String)
This is same as prepareCall, except if a Callable Statement with the given KEY exists in the Cache, then the statement is returned AS IT IS when it was closed and cached with this KEY. An object returned from the Cache based on Key will have its state set to "KEYED". If no such Callable Statement is found, then null is returned. Key cannot be null. |
oracle.jdbc.OracleConnection.prepareStatementWithKey(String)
This is same as prepareStatement, except if a Prepared Statement with the given KEY exists in the Cache, then the statement is returned AS IT IS when it was closed and cached with this KEY. An object returned from the Cache based on Key will have its state set to "KEYED". If no such Prepared Statement is found, a null is returned. Key cannot be null. |
oracle.sql.BLOB.putBytes(long, byte[])
This method is deprecated -- use setBytes |
oracle.sql.BLOB.putBytes(long, byte[], int)
This method is deprecated -- use setBytes |
oracle.sql.CLOB.putString(long, String)
This method is deprecated -- use setString. |
oracle.jdbc.OracleCallableStatement.registerOutParameterBytes(int, int, int, int)
As of Oracle 10g Release 1 all character values are measured in Java chars so this method is no longer supported. It now is the equivalent of calling registerOutParameter with the same args. Since the number of bytes is at least as large as the number of characters this will always work although it may waste memory. Use registerOutParameter with the number of Java chars instead. |
oracle.jdbc.OracleCallableStatement.registerOutParameterChars(int, int, int, int)
As of Oracle 10g Release 1 all character values are measured in Java chars so this method is no longer needed. Call registerOutParameter with the same args instead. |
oracle.jdbc.OracleConnection.registerSQLType(String, Class)
|
oracle.jdbc.OracleConnection.registerSQLType(String, String)
|
oracle.jdbc.OraclePreparedStatement.setCursor(int, ResultSet)
|
oracle.jdbc.OraclePreparedStatement.setCustomDatum(int, CustomDatum)
|
oracle.jdbc.pool.OracleDataSource.setMaxStatements(int)
|
oracle.jdbc.driver.OracleLog.setPrivateTrace(boolean)
when using jdk 1.4. Use java.util.logging instead. |
oracle.jdbc.aq.AQEnqueueOptions.setRelativeMessageId(byte[])
|
oracle.jdbc.aq.AQEnqueueOptions.setSequenceDeviation(AQEnqueueOptions.SequenceDeviationOption)
|
oracle.jdbc.OracleConnection.setStmtCacheSize(int)
Use setStatementCacheSize() instead. |
oracle.jdbc.pool.OraclePooledConnection.setStmtCacheSize(int)
|
oracle.jdbc.OracleConnection.setStmtCacheSize(int, boolean)
Use setStatementCacheSize() instead. |
oracle.jdbc.pool.OraclePooledConnection.setStmtCacheSize(int, boolean)
|
oracle.jdbc.OracleConnection.setUsingXAFlag(boolean)
|
oracle.jdbc.OracleConnection.setXAErrorFlag(boolean)
|
oracle.jdbc.OracleConnection.startup(String, int)
This method will be removed in a future version. |
oracle.sql.TIMESTAMPLTZ.toBytes(Connection, Date, Calendar)
|
oracle.sql.TIMESTAMPLTZ.toBytes(Connection, DATE, Calendar)
|
oracle.sql.TIMESTAMPLTZ.toBytes(Connection, Time, Calendar)
|
oracle.sql.TIMESTAMPLTZ.toBytes(Connection, Timestamp, Calendar)
|
oracle.sql.TIMESTAMPLTZ.toString(Connection, byte[], Calendar)
|
oracle.sql.CLOB.trim(long)
This method is deprecated. Use truncate(). |
oracle.sql.BLOB.trim(long)
This method id deprecated -- use truncate |
oracle.jdbc.OracleResultSet.updateCustomDatum(int, CustomDatum)
|
oracle.jdbc.OracleResultSet.updateCustomDatum(String, CustomDatum)
|
Deprecated Constructors |
oracle.jdbc.OracleDatabaseMetaData(OracleConnection)
-- Please use the factory method java.sql.Connection.getMetaData() |
oracle.jdbc.pool.OracleOCIConnectionPool(String, String, String)
|
oracle.sql.RAW(Object)
in 9.2. The behavior of this constructor when passed a String argument will be changed in the next major release after 9.2. There will be no change in the behavior when passed an argument of any other type. The static methods newRAW and oldRAW capture the new and old behavior. It is deprecated only to warn of the impending change in behavior. The deprecation will be removed in the next major release after 9.2. The constructor will remain and will be supported. See release notes for more info. |
oracle.sql.TIMESTAMPLTZ(Connection, Calendar, String)
|
oracle.sql.TIMESTAMPLTZ(Connection, Date, Calendar)
|
oracle.sql.TIMESTAMPLTZ(Connection, DATE, Calendar)
|
oracle.sql.TIMESTAMPLTZ(Connection, String)
|
oracle.sql.TIMESTAMPLTZ(Connection, String, Calendar)
|
oracle.sql.TIMESTAMPLTZ(Connection, Time, Calendar)
|
oracle.sql.TIMESTAMPLTZ(Connection, Timestamp, Calendar)
|