public class StateStatement extends StatementProxy
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
Constructor and Description |
---|
StateStatement(ConnectionProxy conn,
Statement stat) |
Modifier and Type | Method and Description |
---|---|
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(PageContext pc,
String sql) |
ResultSet |
executeQuery(String sql) |
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, 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
public StateStatement(ConnectionProxy conn, Statement stat)
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
Copyright © 2015 Lucee