com.p6spy.engine.outage
Class P6OutageStatement

java.lang.Object
  |
  +--com.p6spy.engine.spy.P6Statement
        |
        +--com.p6spy.engine.outage.P6OutageStatement
All Implemented Interfaces:
java.sql.Statement

public class P6OutageStatement
extends P6Statement
implements java.sql.Statement


Fields inherited from class com.p6spy.engine.spy.P6Statement
connection, passthru, statementQuery
 
Constructor Summary
P6OutageStatement(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

P6OutageStatement

public P6OutageStatement(java.sql.Statement statement,
                         P6Connection conn)
Method Detail

getP6Factory

protected P6Factory getP6Factory()
Overrides:
getP6Factory in class P6Statement

execute

public boolean execute(java.lang.String p0)
                throws java.sql.SQLException
Specified by:
execute in interface java.sql.Statement
Overrides:
execute in class P6Statement

executeQuery

public java.sql.ResultSet executeQuery(java.lang.String p0)
                                throws java.sql.SQLException
Specified by:
executeQuery in interface java.sql.Statement
Overrides:
executeQuery in class P6Statement

executeUpdate

public int executeUpdate(java.lang.String p0)
                  throws java.sql.SQLException
Specified by:
executeUpdate in interface java.sql.Statement
Overrides:
executeUpdate in class P6Statement

addBatch

public void addBatch(java.lang.String p0)
              throws java.sql.SQLException
Specified by:
addBatch in interface java.sql.Statement
Overrides:
addBatch in class P6Statement

executeBatch

public int[] executeBatch()
                   throws java.sql.SQLException
Specified by:
executeBatch in interface java.sql.Statement
Overrides:
executeBatch in class P6Statement