void | clearWarnings() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
void | close() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
void | commit() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
Statement | createStatement() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
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.
|
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.
|
boolean | getAutoCommit() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
String | getCatalog() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
int | getHoldability() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
DatabaseMetaData | getMetaData() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
int | getTransactionIsolation() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
Map | getTypeMap() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
SQLWarning | getWarnings() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
boolean | isClosed() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
boolean | isReadOnly() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
(package private) void | processSQLException(SQLException sqlException) - Processes SQLExceptions.
|
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.
|
void | rollback() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Savepoint | setSavepoint() - Delgates calls to the connection; SQLExceptions thrown from the connection
will cause an event to be fired on the connection pool listeners.
|
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.
|
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.
|
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.
|
private void | validateConnection() - Validates the connection state.
|