public class StatePreparedStatement extends PreparedStatementProxy
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
Constructor and Description |
---|
StatePreparedStatement(ConnectionProxy conn,
PreparedStatement stat,
String sql) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute() |
boolean |
execute(PageContext pc) |
boolean |
execute(PageContext pc,
String sql) |
boolean |
execute(PageContext pc,
String sql,
int autoGeneratedKeys) |
boolean |
execute(PageContext pc,
String sql,
int[] columnIndexes) |
boolean |
execute(PageContext pc,
String sql,
String[] columnNames) |
boolean |
execute(String sql) |
boolean |
execute(String sql,
int autoGeneratedKeys) |
boolean |
execute(String sql,
int[] columnIndexes) |
boolean |
execute(String sql,
String[] columnNames) |
ResultSet |
executeQuery() |
ResultSet |
executeQuery(PageContext pc) |
ResultSet |
executeQuery(PageContext pc,
String sql) |
ResultSet |
executeQuery(String sql) |
int |
executeUpdate() |
int |
executeUpdate(PageContext pc) |
int |
executeUpdate(PageContext pc,
String sql) |
int |
executeUpdate(PageContext pc,
String sql,
int autoGeneratedKeys) |
int |
executeUpdate(PageContext pc,
String sql,
int[] columnIndexes) |
int |
executeUpdate(PageContext pc,
String sql,
String[] columnNames) |
int |
executeUpdate(String sql) |
int |
executeUpdate(String sql,
int autoGeneratedKeys) |
int |
executeUpdate(String sql,
int[] columnIndexes) |
int |
executeUpdate(String sql,
String[] columnNames) |
addBatch, clearParameters, getMetaData, getParameterMetaData, getSQL, 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, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, executeBatch, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrap
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, executeBatch, 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
isWrapperFor, unwrap
public StatePreparedStatement(ConnectionProxy conn, PreparedStatement stat, String sql)
public boolean execute(String sql) throws SQLException
execute
in interface Statement
execute
in class StatementProxy
SQLException
public boolean execute(PageContext pc, String sql) throws SQLException
execute
in interface StatementPro
execute
in class StatementProxy
SQLException
public boolean execute(String sql, int autoGeneratedKeys) throws SQLException
execute
in interface Statement
execute
in class StatementProxy
SQLException
public boolean execute(PageContext pc, String sql, int autoGeneratedKeys) throws SQLException
execute
in interface StatementPro
execute
in class StatementProxy
SQLException
public boolean execute(String sql, int[] columnIndexes) throws SQLException
execute
in interface Statement
execute
in class StatementProxy
SQLException
public boolean execute(PageContext pc, String sql, int[] columnIndexes) throws SQLException
execute
in interface StatementPro
execute
in class StatementProxy
SQLException
public boolean execute(String sql, String[] columnNames) throws SQLException
execute
in interface Statement
execute
in class StatementProxy
SQLException
public boolean execute(PageContext pc, String sql, String[] columnNames) throws SQLException
execute
in interface StatementPro
execute
in class StatementProxy
SQLException
public ResultSet executeQuery(String sql) throws SQLException
executeQuery
in interface Statement
executeQuery
in class StatementProxy
SQLException
public ResultSet executeQuery(PageContext pc, String sql) throws SQLException
executeQuery
in interface StatementPro
executeQuery
in class StatementProxy
SQLException
public int executeUpdate(String sql) throws SQLException
executeUpdate
in interface Statement
executeUpdate
in class StatementProxy
SQLException
public int executeUpdate(PageContext pc, String sql) throws SQLException
executeUpdate
in interface StatementPro
executeUpdate
in class StatementProxy
SQLException
public int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
executeUpdate
in interface Statement
executeUpdate
in class StatementProxy
SQLException
public int executeUpdate(PageContext pc, String sql, int autoGeneratedKeys) throws SQLException
executeUpdate
in interface StatementPro
executeUpdate
in class StatementProxy
SQLException
public int executeUpdate(String sql, int[] columnIndexes) throws SQLException
executeUpdate
in interface Statement
executeUpdate
in class StatementProxy
SQLException
public int executeUpdate(PageContext pc, String sql, int[] columnIndexes) throws SQLException
executeUpdate
in interface StatementPro
executeUpdate
in class StatementProxy
SQLException
public int executeUpdate(String sql, String[] columnNames) throws SQLException
executeUpdate
in interface Statement
executeUpdate
in class StatementProxy
SQLException
public int executeUpdate(PageContext pc, String sql, String[] columnNames) throws SQLException
executeUpdate
in interface StatementPro
executeUpdate
in class StatementProxy
SQLException
public boolean execute() throws SQLException
execute
in interface PreparedStatement
execute
in class PreparedStatementProxy
SQLException
public boolean execute(PageContext pc) throws SQLException
execute
in interface PreparedStatementPro
execute
in class PreparedStatementProxy
SQLException
public ResultSet executeQuery() throws SQLException
executeQuery
in interface PreparedStatement
executeQuery
in class PreparedStatementProxy
SQLException
public ResultSet executeQuery(PageContext pc) throws SQLException
executeQuery
in interface PreparedStatementPro
executeQuery
in class PreparedStatementProxy
SQLException
public int executeUpdate() throws SQLException
executeUpdate
in interface PreparedStatement
executeUpdate
in class PreparedStatementProxy
SQLException
public int executeUpdate(PageContext pc) throws SQLException
executeUpdate
in interface PreparedStatementPro
executeUpdate
in class PreparedStatementProxy
SQLException
Copyright © 2015 Lucee