|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.p6spy.engine.spy.P6Statement | +--com.p6spy.engine.logging.P6LogStatement
Fields inherited from class com.p6spy.engine.spy.P6Statement |
---|
connection, passthru, statementQuery |
Constructor Summary | |
---|---|
P6LogStatement(java.sql.Statement statement,
P6Connection conn)
|
Method Summary | |
---|---|
void |
addBatch(java.lang.String p0)
|
boolean |
execute(java.lang.String p0)
|
int[] |
executeBatch()
|
java.sql.ResultSet |
executeQuery(java.lang.String p0)
|
int |
executeUpdate(java.lang.String p0)
|
protected P6Factory |
getP6Factory()
|
Methods inherited from class com.p6spy.engine.spy.P6Statement |
---|
cancel, clearBatch, clearWarnings, close, getConnection, getFetchDirection, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, 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, getMaxFieldSize, getMaxRows, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
Constructor Detail |
public P6LogStatement(java.sql.Statement statement, P6Connection conn)
Method Detail |
protected P6Factory getP6Factory()
getP6Factory
in class P6Statement
public boolean execute(java.lang.String p0) throws java.sql.SQLException
execute
in interface java.sql.Statement
execute
in class P6Statement
public java.sql.ResultSet executeQuery(java.lang.String p0) throws java.sql.SQLException
executeQuery
in interface java.sql.Statement
executeQuery
in class P6Statement
public int executeUpdate(java.lang.String p0) throws java.sql.SQLException
executeUpdate
in interface java.sql.Statement
executeUpdate
in class P6Statement
public void addBatch(java.lang.String p0) throws java.sql.SQLException
addBatch
in interface java.sql.Statement
addBatch
in class P6Statement
public int[] executeBatch() throws java.sql.SQLException
executeBatch
in interface java.sql.Statement
executeBatch
in class P6Statement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |