Method Summary |
|
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |
public 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. |