Method Summary |
|
public void | clearWarnings() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public void | close() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public void | commit() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public Statement | createStatement() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public Statement | createStatement(int resultSetType, int resultSetConcurrency) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public Statement | createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
protected void | finalize() Closes the proxy, releasing the connection. |
public boolean | getAutoCommit() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public String | getCatalog() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public int | getHoldability() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public DatabaseMetaData | getMetaData() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public int | getTransactionIsolation() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public Map | getTypeMap() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public SQLWarning | getWarnings() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public boolean | isClosed() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public boolean | isReadOnly() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public String | nativeSQL(String sql) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public CallableStatement | prepareCall(String sql) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public PreparedStatement | prepareStatement(String sql) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public PreparedStatement | prepareStatement(String sql, int autoGeneratedKeys) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public PreparedStatement | prepareStatement(String sql, int[] columnIndexes) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public PreparedStatement | prepareStatement(String sql, String[] columnNames) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
void | processSQLException(SQLException sqlException) Processes SQLExceptions. |
public void | releaseSavepoint(Savepoint savepoint) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public void | rollback() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public void | rollback(Savepoint savepoint) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public void | setAutoCommit(boolean autoCommit) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public void | setCatalog(String catalog) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public void | setHoldability(int holdability) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public void | setReadOnly(boolean readOnly) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public Savepoint | setSavepoint() Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public Savepoint | setSavepoint(String name) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public void | setTransactionIsolation(int level) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |
public void | setTypeMap(Map map) Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners. |