|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.p6spy.engine.spy.P6Base
|
+--com.p6spy.engine.spy.P6Statement
|
+--com.p6spy.engine.spy.P6PreparedStatement
|
+--net.sourceforge.backpedal.p6spy.BackpedalPreparedStatement
| Field Summary |
| Fields inherited from class com.p6spy.engine.spy.P6PreparedStatement |
isString, P6_MAX_FIELDS, preparedQuery, prepStmtPassthru, values |
| Fields inherited from class com.p6spy.engine.spy.P6Statement |
connection, passthru, statementQuery |
| Fields inherited from class com.p6spy.engine.spy.P6Base |
factory |
| Fields inherited from interface java.sql.Statement |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Constructor Summary | |
BackpedalPreparedStatement(org.picocontainer.PicoContainer container,
com.p6spy.engine.spy.P6Factory factory,
PreparedStatement real,
com.p6spy.engine.spy.P6Connection conn,
String query)
|
|
| Method Summary | |
void |
clearParameters()
|
boolean |
execute()
|
int |
executeUpdate()
|
protected void |
initValues()
|
void |
setBoolean(int p0,
boolean p1)
|
void |
setDate(int p0,
Date p1)
|
void |
setInt(int p0,
int p1)
|
void |
setNull(int p0,
int p1)
|
void |
setNull(int p0,
int p1,
String p2)
|
void |
setString(int p0,
String p1)
|
void |
setTimestamp(int p0,
Timestamp p1)
|
| Methods inherited from class com.p6spy.engine.spy.P6PreparedStatement |
addBatch, executeQuery, getJDBC, getMetaData, getParameterMetaData, getQueryFromPreparedStatement, getResultSet, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setByte, setBytes, setCharacterStream, setClob, setDate, setDouble, setFloat, setLong, setObject, setObject, setObject, setObjectAsInt, setObjectAsString, setRef, setShort, setTime, setTime, setTimestamp, setUnicodeStream, setURL |
| Methods inherited from class com.p6spy.engine.spy.P6Statement |
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
| Methods inherited from class com.p6spy.engine.spy.P6Base |
getP6Factory, setP6Factory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BackpedalPreparedStatement(org.picocontainer.PicoContainer container,
com.p6spy.engine.spy.P6Factory factory,
PreparedStatement real,
com.p6spy.engine.spy.P6Connection conn,
String query)
throws SQLException
| Method Detail |
public void setString(int p0,
String p1)
throws SQLException
setString in interface PreparedStatementsetString in class com.p6spy.engine.spy.P6PreparedStatementSQLException
public void setInt(int p0,
int p1)
throws SQLException
setInt in interface PreparedStatementsetInt in class com.p6spy.engine.spy.P6PreparedStatementSQLException
public void setBoolean(int p0,
boolean p1)
throws SQLException
setBoolean in interface PreparedStatementsetBoolean in class com.p6spy.engine.spy.P6PreparedStatementSQLException
public void setDate(int p0,
Date p1)
throws SQLException
setDate in interface PreparedStatementsetDate in class com.p6spy.engine.spy.P6PreparedStatementSQLException
public void setTimestamp(int p0,
Timestamp p1)
throws SQLException
setTimestamp in interface PreparedStatementsetTimestamp in class com.p6spy.engine.spy.P6PreparedStatementSQLException
public boolean execute()
throws SQLException
execute in interface PreparedStatementexecute in class com.p6spy.engine.spy.P6PreparedStatementSQLException
public int executeUpdate()
throws SQLException
executeUpdate in interface PreparedStatementexecuteUpdate in class com.p6spy.engine.spy.P6PreparedStatementSQLException
public void clearParameters()
throws SQLException
clearParameters in interface PreparedStatementclearParameters in class com.p6spy.engine.spy.P6PreparedStatementSQLExceptionprotected void initValues()
initValues in class com.p6spy.engine.spy.P6PreparedStatement
public void setNull(int p0,
int p1,
String p2)
throws SQLException
setNull in interface PreparedStatementsetNull in class com.p6spy.engine.spy.P6PreparedStatementSQLException
public void setNull(int p0,
int p1)
throws SQLException
setNull in interface PreparedStatementsetNull in class com.p6spy.engine.spy.P6PreparedStatementSQLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||