void | addBatch(String sql) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
void | cancel() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
void | clearBatch() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
void | clearWarnings() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
void | close() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
boolean | execute(String sql) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
boolean | execute(String sql, String[] columnNames) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
boolean | execute(String sql, int autoGeneratedKeys) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
boolean | execute(String sql, int[] columnIndexes) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int[] | executeBatch() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
ResultSet | executeQuery(String sql) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | executeUpdate(String sql) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | executeUpdate(String sql, String[] columnNames) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | executeUpdate(String sql, int autoGeneratedKeys) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | executeUpdate(String sql, int[] columnIndexes) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
Connection | getConnection() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | getFetchDirection() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | getFetchSize() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
ResultSet | getGeneratedKeys() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | getMaxFieldSize() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | getMaxRows() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
boolean | getMoreResults() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
boolean | getMoreResults(int current) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | getQueryTimeout() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
ResultSet | getResultSet() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | getResultSetConcurrency() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | getResultSetHoldability() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | getResultSetType() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
int | getUpdateCount() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
SQLWarning | getWarnings() - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
protected void | processSQLException(SQLException sqlException) - Processes SQLExceptions.
|
void | setCursorName(String name) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
void | setEscapeProcessing(boolean enable) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
void | setFetchDirection(int direction) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
void | setFetchSize(int rows) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
void | setMaxFieldSize(int max) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
void | setMaxRows(int max) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
void | setQueryTimeout(int seconds) - Delgates calls to the statement; SQLExceptions thrown from the statement
will cause an event to be fired on the connection pool listeners.
|
protected void | validateConnection() - Validates the connection state.
|