|
|||||||||||
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 PreparedStatement
setString
in class com.p6spy.engine.spy.P6PreparedStatement
SQLException
public void setInt(int p0, int p1) throws SQLException
setInt
in interface PreparedStatement
setInt
in class com.p6spy.engine.spy.P6PreparedStatement
SQLException
public void setBoolean(int p0, boolean p1) throws SQLException
setBoolean
in interface PreparedStatement
setBoolean
in class com.p6spy.engine.spy.P6PreparedStatement
SQLException
public void setDate(int p0, Date p1) throws SQLException
setDate
in interface PreparedStatement
setDate
in class com.p6spy.engine.spy.P6PreparedStatement
SQLException
public void setTimestamp(int p0, Timestamp p1) throws SQLException
setTimestamp
in interface PreparedStatement
setTimestamp
in class com.p6spy.engine.spy.P6PreparedStatement
SQLException
public boolean execute() throws SQLException
execute
in interface PreparedStatement
execute
in class com.p6spy.engine.spy.P6PreparedStatement
SQLException
public int executeUpdate() throws SQLException
executeUpdate
in interface PreparedStatement
executeUpdate
in class com.p6spy.engine.spy.P6PreparedStatement
SQLException
public void clearParameters() throws SQLException
clearParameters
in interface PreparedStatement
clearParameters
in class com.p6spy.engine.spy.P6PreparedStatement
SQLException
protected void initValues()
initValues
in class com.p6spy.engine.spy.P6PreparedStatement
public void setNull(int p0, int p1, String p2) throws SQLException
setNull
in interface PreparedStatement
setNull
in class com.p6spy.engine.spy.P6PreparedStatement
SQLException
public void setNull(int p0, int p1) throws SQLException
setNull
in interface PreparedStatement
setNull
in class com.p6spy.engine.spy.P6PreparedStatement
SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |