org.exolab.castor.jdo.drivers
public class PreparedStatementProxy extends Object implements PreparedStatement
Method Summary | |
---|---|
void | addBatch() |
void | addBatch(String arg0) |
void | cancel() |
void | clearBatch() |
void | clearParameters() |
void | clearWarnings() |
void | close() |
boolean | equals(Object arg0) |
boolean | execute() |
boolean | execute(String arg0) |
boolean | execute(String arg0, int arg1) |
boolean | execute(String arg0, int[] arg1) |
boolean | execute(String arg0, String[] arg1) |
int[] | executeBatch() |
ResultSet | executeQuery() |
ResultSet | executeQuery(String arg0) |
int | executeUpdate() |
int | executeUpdate(String arg0) |
int | executeUpdate(String arg0, int arg1) |
int | executeUpdate(String arg0, int[] arg1) |
int | executeUpdate(String arg0, String[] arg1) |
Connection | getConnection() |
int | getFetchDirection() |
int | getFetchSize() |
ResultSet | getGeneratedKeys() |
int | getMaxFieldSize() |
int | getMaxRows() |
ResultSetMetaData | getMetaData() |
boolean | getMoreResults() |
boolean | getMoreResults(int arg0) |
ParameterMetaData | getParameterMetaData() |
int | getQueryTimeout() |
ResultSet | getResultSet() |
int | getResultSetConcurrency() |
int | getResultSetHoldability() |
int | getResultSetType() |
int | getUpdateCount() |
SQLWarning | getWarnings() |
int | hashCode() |
static PreparedStatement | newPreparedStatementProxy(PreparedStatement statement, String sql, Connection connection)
Factory method for creating a PreparedStamentProxy |
void | setArray(int arg0, Array arg1) |
void | setAsciiStream(int arg0, InputStream arg1, int arg2) |
void | setBigDecimal(int arg0, BigDecimal arg1) |
void | setBinaryStream(int arg0, InputStream arg1, int arg2) |
void | setBlob(int arg0, Blob arg1) |
void | setBoolean(int arg0, boolean arg1) |
void | setByte(int arg0, byte arg1) |
void | setBytes(int arg0, byte[] arg1) |
void | setCharacterStream(int arg0, Reader arg1, int arg2) |
void | setClob(int arg0, Clob arg1) |
void | setCursorName(String arg0) |
void | setDate(int arg0, Date arg1) |
void | setDate(int arg0, Date arg1, Calendar arg2) |
void | setDouble(int arg0, double arg1) |
void | setEscapeProcessing(boolean arg0) |
void | setFetchDirection(int arg0) |
void | setFetchSize(int arg0) |
void | setFloat(int arg0, float arg1) |
void | setInt(int arg0, int arg1) |
void | setLong(int arg0, long arg1) |
void | setMaxFieldSize(int arg0) |
void | setMaxRows(int arg0) |
void | setNull(int arg0, int arg1) |
void | setNull(int arg0, int arg1, String arg2) |
void | setObject(int arg0, Object arg1) |
void | setObject(int arg0, Object arg1, int arg2) |
void | setObject(int arg0, Object arg1, int arg2, int arg3) |
void | setQueryTimeout(int arg0) |
void | setRef(int arg0, Ref arg1) |
void | setShort(int arg0, short arg1) |
void | setString(int arg0, String arg1) |
void | setTime(int arg0, Time arg1) |
void | setTime(int arg0, Time arg1, Calendar arg2) |
void | setTimestamp(int arg0, Timestamp arg1) |
void | setTimestamp(int arg0, Timestamp arg1, Calendar arg2) |
void | setUnicodeStream(int arg0, InputStream arg1, int arg2) |
void | setURL(int arg0, URL arg1) |
String | toString() |
See Also: PreparedStatement#addBatch()
See Also: PreparedStatement#addBatch(String)
See Also: PreparedStatement#cancel()
See Also: PreparedStatement#clearBatch()
See Also: PreparedStatement#clearParameters()
See Also: PreparedStatement#clearWarnings()
See Also: PreparedStatement#close()
See Also: PreparedStatement#execute()
Parameters: arg0
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Parameters: arg0
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Parameters: arg0
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1
Returns:
Throws: java.sql.SQLException
Parameters: arg0 arg1
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Parameters: arg0
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Returns:
Throws: java.sql.SQLException
Parameters: statement Prepared statement to be proxied. sql SQL string. connection JDBC connection
Returns: Prepared statement proxy.
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2 arg3
Throws: java.sql.SQLException
Parameters: arg0
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Throws: java.sql.SQLException
Parameters: arg0 arg1 arg2
Throws: java.sql.SQLException
Parameters: arg0 arg1
Throws: java.sql.SQLException