public interface StatementPro extends Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
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) |
ResultSet |
executeQuery(PageContext pc,
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) |
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, 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
boolean execute(PageContext pc, String sql) throws SQLException
SQLException
boolean execute(PageContext pc, String sql, int autoGeneratedKeys) throws SQLException
SQLException
boolean execute(PageContext pc, String sql, int[] columnIndexes) throws SQLException
SQLException
boolean execute(PageContext pc, String sql, String[] columnNames) throws SQLException
SQLException
ResultSet executeQuery(PageContext pc, String sql) throws SQLException
SQLException
int executeUpdate(PageContext pc, String sql) throws SQLException
SQLException
int executeUpdate(PageContext pc, String sql, int autoGeneratedKeys) throws SQLException
SQLException
int executeUpdate(PageContext pc, String sql, int[] columnIndexes) throws SQLException
SQLException
int executeUpdate(PageContext pc, String sql, String[] columnNames) throws SQLException
SQLException
Copyright © 2015 Lucee