com.p6spy.engine.outage
Class P6OutageStatement
java.lang.Object
com.p6spy.engine.spy.P6Base
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 interface java.sql.Statement |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
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 |
P6OutageStatement
public P6OutageStatement(P6Factory factory,
java.sql.Statement statement,
P6Connection conn)
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
- Throws:
java.sql.SQLException
execute
public boolean execute(java.lang.String p0,
int p1)
throws java.sql.SQLException
- Specified by:
execute
in interface java.sql.Statement
- Overrides:
execute
in class P6Statement
- Throws:
java.sql.SQLException
execute
public boolean execute(java.lang.String p0,
int[] p1)
throws java.sql.SQLException
- Specified by:
execute
in interface java.sql.Statement
- Overrides:
execute
in class P6Statement
- Throws:
java.sql.SQLException
execute
public boolean execute(java.lang.String p0,
java.lang.String[] p1)
throws java.sql.SQLException
- Specified by:
execute
in interface java.sql.Statement
- Overrides:
execute
in class P6Statement
- Throws:
java.sql.SQLException
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
- Throws:
java.sql.SQLException
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
- Throws:
java.sql.SQLException
executeUpdate
public int executeUpdate(java.lang.String p0,
int p1)
throws java.sql.SQLException
- Specified by:
executeUpdate
in interface java.sql.Statement
- Overrides:
executeUpdate
in class P6Statement
- Throws:
java.sql.SQLException
executeUpdate
public int executeUpdate(java.lang.String p0,
int[] p1)
throws java.sql.SQLException
- Specified by:
executeUpdate
in interface java.sql.Statement
- Overrides:
executeUpdate
in class P6Statement
- Throws:
java.sql.SQLException
executeUpdate
public int executeUpdate(java.lang.String p0,
java.lang.String[] p1)
throws java.sql.SQLException
- Specified by:
executeUpdate
in interface java.sql.Statement
- Overrides:
executeUpdate
in class P6Statement
- Throws:
java.sql.SQLException
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
- Throws:
java.sql.SQLException
executeBatch
public int[] executeBatch()
throws java.sql.SQLException
- Specified by:
executeBatch
in interface java.sql.Statement
- Overrides:
executeBatch
in class P6Statement
- Throws:
java.sql.SQLException