|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
oracle.jdbc.driver.OracleStatement.getAutoRollback()
As of JDBC 8.1.6. No Replacement. 933355: Transaction management, if different from the default behavior, should be handled by the user at the application level. |
|
oracle.jdbc.driver.OracleStatement.getWaitOption()
As of JDBC 8.1.6. No Replacement. 933355: Time to wait for resources, if different from the default behavior, should be handled by the user at the application level. |
|
oracle.jdbc.driver.OracleStatement.setAutoRollback(int)
As of JDBC 8.1.6. No Replacement. 933355: Transaction management, if different from the default behavior, should be handled by the user at the application level. if autoRollback is 0, then non fatal errors will cause the the current transaction to be rollwd back. if autoRollback is 2, then only the failing row will be rolled back. |
|
oracle.jdbc.driver.OraclePreparedStatement.setUnicodeStream(int, InputStream, int)
|
|
oracle.jdbc.driver.OracleStatement.setWaitOption(int)
As of JDBC 8.1.6. No Replacement. 933355: Time to wait for resources, if different from the default behavior, should be handled by the user at the application level. if waitOption is 0, program will wait indefinitely for resource. if waitOption is 4, program will receive an error message when a requested resource is not available. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |