Closes the underlying connection
throws: SQLException - in case of error
existsTemporaryTable
public boolean existsTemporaryTable(String tableName)(Code)
Check if a temporary table exists inside this connection's context
Parameters: tableName - name of the table that is looked for true if the table can be find inside this connection
Removes the list of temporary tables from this connection's context. This
is used when releasing the connection to the pool.
restoreDefaultTransactionIsolation
final public void restoreDefaultTransactionIsolation() throws SQLException(Code)
Restore the default transaction isolation that was recorded when
setTransactionIsolation was called. This is a no-op if the transaction
isolation of the connection is already set to the default.
throws: SQLException - if we failed to restore the transaction isolation onthe connection
setMustBeRenewed
public void setMustBeRenewed(boolean mustBeRenewed)(Code)
Sets the mustBeRenewed value.
Parameters: mustBeRenewed - true if the connection to the database must berenewed.
setTransactionIsolation
final public void setTransactionIsolation(int transactionIsolationLevel) throws SQLException(Code)
Sets the transaction isolation on the connection and record its previous
isolation level.
Parameters: transactionIsolationLevel - The transactionIsolation to set. throws: SQLException - if we failed to get the current transaction isolationof the connection