Method Summary |
|
public void | checkAutoCommit(boolean autoCommit) Allow control over setting auto commit mode. |
public void | checkCommit() Allow control over calling commit. |
public int | checkHoldCursors(int holdability, boolean downgrade) Can cursors be held across commits. |
public void | checkRollback() Allow control over calling rollback. |
public void | checkSavepoint() |
public boolean | closingConnection() Close called on BrokeredConnection. |
public EngineConnection | getRealConnection() Return the real JDBC connection for the brokered connection. |
public boolean | isIsolationLevelSetUsingSQLorJDBC() Returns true if isolation level has been set using JDBC/SQL. |
public void | notifyException(SQLException sqle) Notify the control class that a SQLException was thrown
during a call on one of the brokered connection's methods. |
public void | onStatementClose(PreparedStatement statement) |
public void | onStatementErrorOccurred(PreparedStatement statement, SQLException sqle) |
public void | resetIsolationLevelFlag() Reset the isolation level flag used to keep state in
BrokeredConnection. |
public Statement | wrapStatement(Statement realStatement) Optionally wrap a Statement with another Statement. |
public PreparedStatement | wrapStatement(PreparedStatement realStatement, String sql, Object generateKeys) Optionally wrap a PreparedStatement with another PreparedStatement. |
public CallableStatement | wrapStatement(CallableStatement realStatement, String sql) Optionally wrap a CallableStatement with an CallableStatement. |