public class P6LogPreparedStatement extends P6PreparedStatement implements PreparedStatement
isString, P6_GROW_MAX, P6_MAX_FIELDS, preparedQuery, prepStmtPassthru, values
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 |
---|
P6LogPreparedStatement(P6Factory factory,
PreparedStatement statement,
P6Connection conn,
String query) |
Modifier and Type | Method and Description |
---|---|
void |
addBatch() |
void |
addBatch(String p0) |
boolean |
execute() |
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() |
ResultSet |
executeQuery(String p0) |
int |
executeUpdate() |
int |
executeUpdate(String p0) |
int |
executeUpdate(String p0,
int p1) |
int |
executeUpdate(String p0,
int[] p1) |
int |
executeUpdate(String p0,
String[] p1) |
clearParameters, getJDBC, getMetaData, getParameterMetaData, getQueryFromPreparedStatement, getResultSet, getValuesLength, growValues, initValues, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setObjectAsInt, setObjectAsString, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
cancel, clearBatch, clearWarnings, close, closeOnCompletion, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, 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
clearParameters, executeLargeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
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 P6LogPreparedStatement(P6Factory factory, PreparedStatement statement, P6Connection conn, String query)
public void addBatch() throws SQLException
addBatch
in interface PreparedStatement
addBatch
in class P6PreparedStatement
SQLException
public boolean execute() throws SQLException
execute
in interface PreparedStatement
execute
in class P6PreparedStatement
SQLException
public ResultSet executeQuery() throws SQLException
executeQuery
in interface PreparedStatement
executeQuery
in class P6PreparedStatement
SQLException
public int executeUpdate() throws SQLException
executeUpdate
in interface PreparedStatement
executeUpdate
in class P6PreparedStatement
SQLException
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