| java.lang.Object org.jboss.resource.adapter.jdbc.WrappedConnection
Method Summary | |
void | checkConfiguredQueryTimeout(WrappedStatement ws) | protected SQLException | checkException(Throwable t) The base checkException method rethrows the supplied exception, informing
the ManagedConnection of the error. | protected void | checkStatus() The checkStatus method checks that the handle has not been closed and
that it is associated with a managed connection. | void | checkTransaction() | public void | clearWarnings() | public void | close() | public void | commit() | public Statement | createStatement() | public Statement | createStatement(int resultSetType, int resultSetConcurrency) | public Statement | createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) | public boolean | getAutoCommit() | public String | getCatalog() | public WrapperDataSource | getDataSource() | public int | getHoldability() | Logger | getLogger() | public DatabaseMetaData | getMetaData() | int | getTrackStatements() | public int | getTransactionIsolation() | public Map | getTypeMap() | public Connection | getUnderlyingConnection() | public SQLWarning | getWarnings() | public boolean | isClosed() | public boolean | isReadOnly() | public String | nativeSQL(String sql) | public CallableStatement | prepareCall(String sql) | public CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency) | public CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) | public PreparedStatement | prepareStatement(String sql) | public PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency) | public PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) | public PreparedStatement | prepareStatement(String sql, int autoGeneratedKeys) | public PreparedStatement | prepareStatement(String sql, int[] columnIndexes) | public PreparedStatement | prepareStatement(String sql, String[] columnNames) | void | registerStatement(WrappedStatement ws) | public void | releaseSavepoint(Savepoint savepoint) | public void | rollback() | public void | rollback(Savepoint savepoint) | public void | setAutoCommit(boolean autocommit) | public void | setCatalog(String catalog) | protected void | setDataSource(WrapperDataSource dataSource) | public void | setHoldability(int holdability) | void | setManagedConnection(BaseWrapperManagedConnection mc) | public void | setReadOnly(boolean readOnly) | public Savepoint | setSavepoint() | public Savepoint | setSavepoint(String name) | public void | setTransactionIsolation(int isolationLevel) | public void | setTypeMap(Map typeMap) | void | unregisterStatement(WrappedStatement ws) |
checkException | protected SQLException checkException(Throwable t) throws SQLException(Code) | | The base checkException method rethrows the supplied exception, informing
the ManagedConnection of the error. Subclasses may override this to
filter exceptions based on their severity.
Parameters: e - a SQLException value exception: Exception - if an error occurs |
checkStatus | protected void checkStatus() throws SQLException(Code) | | The checkStatus method checks that the handle has not been closed and
that it is associated with a managed connection.
exception: SQLException - if an error occurs |
createStatement | public Statement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code) | | |
getLogger | Logger getLogger()(Code) | | |
getTrackStatements | int getTrackStatements()(Code) | | |
setTransactionIsolation | public void setTransactionIsolation(int isolationLevel) throws SQLException(Code) | | |
|
|