void | addBatch() - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | clearParameters() - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
boolean | execute() - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
ResultSet | executeQuery() - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
int | executeUpdate() - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
ResultSetMetaData | getMetaData() - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
ParameterMetaData | getParameterMetaData() - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setArray(int parameterIndex, Array x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setAsciiStream(int parameterIndex, java.io.InputStream x, int length) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setBigDecimal(int parameterIndex, BigDecimal x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setBinaryStream(int parameterIndex, java.io.InputStream x, int length) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setBlob(int parameterIndex, Blob x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setBoolean(int parameterIndex, boolean x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setByte(int parameterIndex, byte x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setBytes(int parameterIndex, byte[] x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setCharacterStream(int parameterIndex, java.io.Reader x, int length) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setClob(int parameterIndex, Clob x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setDate(int parameterIndex, java.sql.Date x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setDate(int parameterIndex, java.sql.Date x, Calendar cal) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setDouble(int parameterIndex, double x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setFloat(int parameterIndex, float x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setInt(int parameterIndex, int x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setLong(int parameterIndex, long x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setNull(int parameterIndex, int sqlType) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setNull(int parameterIndex, int sqlType, String typeName) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setObject(int parameterIndex, Object x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setObject(int parameterIndex, Object x, int targetSqlType) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setObject(int parameterIndex, Object x, int targetSqlType, int scale) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setRef(int parameterIndex, Ref x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setShort(int parameterIndex, short x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setString(int parameterIndex, String x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setTime(int parameterIndex, java.sql.Time x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setTime(int parameterIndex, java.sql.Time x, Calendar cal) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setTimestamp(int parameterIndex, java.sql.Timestamp x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setURL(int parameterIndex, java.net.URL x) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|
void | setUnicodeStream(int parameterIndex, java.io.InputStream x, int length) - Delgates calls to the prepared statement; SQLExceptions thrown from the
prepared statement will cause an event to be fired on the connection
pool listeners.
|