com.p6spy.engine.logging
Class P6LogStatement
java.lang.Object
com.p6spy.engine.spy.P6Base
com.p6spy.engine.spy.P6Statement
com.p6spy.engine.logging.P6LogStatement
- All Implemented Interfaces:
- Statement
public class P6LogStatement
- extends P6Statement
- implements Statement
| Methods inherited from class com.p6spy.engine.spy.P6Statement |
cancel, clearBatch, clearWarnings, close, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getJDBC, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, 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.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 |
P6LogStatement
public P6LogStatement(P6Factory factory,
Statement statement,
P6Connection conn)
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