public class P6LogStatement extends P6Statement implements Statement
connection, passthru, statementQuery
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
Constructor and Description |
---|
P6LogStatement(P6Factory factory,
Statement statement,
P6Connection conn) |
Modifier and Type | Method and Description |
---|---|
void |
addBatch(String p0) |
boolean |
execute(String p0) |
boolean |
execute(String p0,
int p1) |
boolean |
execute(String p0,
int[] p1) |
boolean |
execute(String p0,
String[] p1) |
int[] |
executeBatch() |
ResultSet |
executeQuery(String p0) |
int |
executeUpdate(String p0) |
int |
executeUpdate(String p0,
int p1) |
int |
executeUpdate(String p0,
int[] p1) |
int |
executeUpdate(String p0,
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, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
isWrapperFor, unwrap
public P6LogStatement(P6Factory factory, Statement statement, P6Connection conn)
public boolean execute(String p0) throws SQLException
execute
in interface Statement
execute
in class P6Statement
SQLException
public boolean execute(String p0, int p1) throws SQLException
execute
in interface Statement
execute
in class P6Statement
SQLException
public boolean execute(String p0, int[] p1) throws SQLException
execute
in interface Statement
execute
in class P6Statement
SQLException
public boolean execute(String p0, String[] p1) throws SQLException
execute
in interface Statement
execute
in class P6Statement
SQLException
public ResultSet executeQuery(String p0) throws SQLException
executeQuery
in interface Statement
executeQuery
in class P6Statement
SQLException
public int executeUpdate(String p0) throws SQLException
executeUpdate
in interface Statement
executeUpdate
in class P6Statement
SQLException
public int executeUpdate(String p0, int p1) throws SQLException
executeUpdate
in interface Statement
executeUpdate
in class P6Statement
SQLException
public int executeUpdate(String p0, int[] p1) throws SQLException
executeUpdate
in interface Statement
executeUpdate
in class P6Statement
SQLException
public int executeUpdate(String p0, String[] p1) throws SQLException
executeUpdate
in interface Statement
executeUpdate
in class P6Statement
SQLException
public void addBatch(String p0) throws SQLException
addBatch
in interface Statement
addBatch
in class P6Statement
SQLException
public int[] executeBatch() throws SQLException
executeBatch
in interface Statement
executeBatch
in class P6Statement
SQLException