com.p6spy.engine.logging
Class P6LogPreparedStatement
java.lang.Object
com.p6spy.engine.spy.P6Base
com.p6spy.engine.spy.P6Statement
com.p6spy.engine.spy.P6PreparedStatement
com.p6spy.engine.logging.P6LogPreparedStatement
- All Implemented Interfaces:
- PreparedStatement, Statement
- public class P6LogPreparedStatement
- extends P6PreparedStatement
- implements PreparedStatement
Methods inherited from class com.p6spy.engine.spy.P6PreparedStatement |
clearParameters, getJDBC, getMetaData, getParameterMetaData, getQueryFromPreparedStatement, getResultSet, growValues, initValues, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setObjectAsInt, setObjectAsString, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL |
Methods inherited from class com.p6spy.engine.spy.P6Statement |
cancel, clearBatch, clearWarnings, close, 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.sql.PreparedStatement |
clearParameters, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL |
Methods inherited from interface java.sql.Statement |
cancel, clearBatch, clearWarnings, close, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
P6LogPreparedStatement
public P6LogPreparedStatement(P6Factory factory,
PreparedStatement statement,
P6Connection conn,
String query)
addBatch
public void addBatch()
throws SQLException
- Specified by:
addBatch
in interface PreparedStatement
- Overrides:
addBatch
in class P6PreparedStatement
- Throws:
SQLException
execute
public boolean execute()
throws SQLException
- Specified by:
execute
in interface PreparedStatement
- Overrides:
execute
in class P6PreparedStatement
- Throws:
SQLException
executeQuery
public ResultSet executeQuery()
throws SQLException
- Specified by:
executeQuery
in interface PreparedStatement
- Overrides:
executeQuery
in class P6PreparedStatement
- Throws:
SQLException
executeUpdate
public int executeUpdate()
throws SQLException
- Specified by:
executeUpdate
in interface PreparedStatement
- Overrides:
executeUpdate
in class P6PreparedStatement
- Throws:
SQLException
execute
public boolean execute(String p0)
throws SQLException
- Specified by:
execute
in interface Statement
- Overrides:
execute
in class P6Statement
- Throws:
SQLException
execute
public boolean execute(String p0,
int p1)
throws SQLException
- Specified by:
execute
in interface Statement
- Overrides:
execute
in class P6Statement
- Throws:
SQLException
execute
public boolean execute(String p0,
int[] p1)
throws SQLException
- Specified by:
execute
in interface Statement
- Overrides:
execute
in class P6Statement
- Throws:
SQLException
execute
public boolean execute(String p0,
String[] p1)
throws SQLException
- Specified by:
execute
in interface Statement
- Overrides:
execute
in class P6Statement
- Throws:
SQLException
executeQuery
public ResultSet executeQuery(String p0)
throws SQLException
- Specified by:
executeQuery
in interface Statement
- Overrides:
executeQuery
in class P6Statement
- Throws:
SQLException
executeUpdate
public int executeUpdate(String p0)
throws SQLException
- Specified by:
executeUpdate
in interface Statement
- Overrides:
executeUpdate
in class P6Statement
- Throws:
SQLException
executeUpdate
public int executeUpdate(String p0,
int p1)
throws SQLException
- Specified by:
executeUpdate
in interface Statement
- Overrides:
executeUpdate
in class P6Statement
- Throws:
SQLException
executeUpdate
public int executeUpdate(String p0,
int[] p1)
throws SQLException
- Specified by:
executeUpdate
in interface Statement
- Overrides:
executeUpdate
in class P6Statement
- Throws:
SQLException
executeUpdate
public int executeUpdate(String p0,
String[] p1)
throws SQLException
- Specified by:
executeUpdate
in interface Statement
- Overrides:
executeUpdate
in class P6Statement
- Throws:
SQLException
addBatch
public void addBatch(String p0)
throws SQLException
- Specified by:
addBatch
in interface Statement
- Overrides:
addBatch
in class P6Statement
- Throws:
SQLException
executeBatch
public int[] executeBatch()
throws SQLException
- Specified by:
executeBatch
in interface Statement
- Overrides:
executeBatch
in class P6Statement
- Throws:
SQLException