public class P6OutageStatement extends P6Statement implements java.sql.Statement
connection, passthru, statementQuery
Constructor and Description |
---|
P6OutageStatement(P6Factory factory,
java.sql.Statement statement,
P6Connection conn) |
Modifier and Type | Method and Description |
---|---|
void |
addBatch(java.lang.String p0) |
boolean |
execute(java.lang.String p0) |
boolean |
execute(java.lang.String p0,
int p1) |
boolean |
execute(java.lang.String p0,
int[] p1) |
boolean |
execute(java.lang.String p0,
java.lang.String[] p1) |
int[] |
executeBatch() |
java.sql.ResultSet |
executeQuery(java.lang.String p0) |
int |
executeUpdate(java.lang.String p0) |
int |
executeUpdate(java.lang.String p0,
int p1) |
int |
executeUpdate(java.lang.String p0,
int[] p1) |
int |
executeUpdate(java.lang.String p0,
java.lang.String[] p1) |
cancel, clearBatch, clearWarnings, close, closeOnCompletion, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getJDBC, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrap
getP6Factory, setP6Factory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, clearBatch, clearWarnings, close, closeOnCompletion, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
public P6OutageStatement(P6Factory factory, java.sql.Statement statement, P6Connection conn)
public boolean execute(java.lang.String p0) throws java.sql.SQLException
execute
in interface java.sql.Statement
execute
in class P6Statement
java.sql.SQLException
public boolean execute(java.lang.String p0, int p1) throws java.sql.SQLException
execute
in interface java.sql.Statement
execute
in class P6Statement
java.sql.SQLException
public boolean execute(java.lang.String p0, int[] p1) throws java.sql.SQLException
execute
in interface java.sql.Statement
execute
in class P6Statement
java.sql.SQLException
public boolean execute(java.lang.String p0, java.lang.String[] p1) throws java.sql.SQLException
execute
in interface java.sql.Statement
execute
in class P6Statement
java.sql.SQLException
public java.sql.ResultSet executeQuery(java.lang.String p0) throws java.sql.SQLException
executeQuery
in interface java.sql.Statement
executeQuery
in class P6Statement
java.sql.SQLException
public int executeUpdate(java.lang.String p0) throws java.sql.SQLException
executeUpdate
in interface java.sql.Statement
executeUpdate
in class P6Statement
java.sql.SQLException
public int executeUpdate(java.lang.String p0, int p1) throws java.sql.SQLException
executeUpdate
in interface java.sql.Statement
executeUpdate
in class P6Statement
java.sql.SQLException
public int executeUpdate(java.lang.String p0, int[] p1) throws java.sql.SQLException
executeUpdate
in interface java.sql.Statement
executeUpdate
in class P6Statement
java.sql.SQLException
public int executeUpdate(java.lang.String p0, java.lang.String[] p1) throws java.sql.SQLException
executeUpdate
in interface java.sql.Statement
executeUpdate
in class P6Statement
java.sql.SQLException
public void addBatch(java.lang.String p0) throws java.sql.SQLException
addBatch
in interface java.sql.Statement
addBatch
in class P6Statement
java.sql.SQLException
public int[] executeBatch() throws java.sql.SQLException
executeBatch
in interface java.sql.Statement
executeBatch
in class P6Statement
java.sql.SQLException