railo.runtime.db.driver
Interface StatementPro

All Superinterfaces:
Statement, Wrapper
All Known Subinterfaces:
PreparedStatementPro
All Known Implementing Classes:
CallableStatementProxy, PreparedStatementProxy, StateCallableStatement, StatementProxy, StatePreparedStatement, StateStatement

public interface StatementPro
extends Statement


Field Summary
 
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
Method Summary
 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)
           
 
Methods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, 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, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Method Detail

execute

boolean execute(PageContext pc,
                String sql)
                throws SQLException
Throws:
SQLException

execute

boolean execute(PageContext pc,
                String sql,
                int autoGeneratedKeys)
                throws SQLException
Throws:
SQLException

execute

boolean execute(PageContext pc,
                String sql,
                int[] columnIndexes)
                throws SQLException
Throws:
SQLException

execute

boolean execute(PageContext pc,
                String sql,
                String[] columnNames)
                throws SQLException
Throws:
SQLException

executeQuery

ResultSet executeQuery(PageContext pc,
                       String sql)
                       throws SQLException
Throws:
SQLException

executeUpdate

int executeUpdate(PageContext pc,
                  String sql)
                  throws SQLException
Throws:
SQLException

executeUpdate

int executeUpdate(PageContext pc,
                  String sql,
                  int autoGeneratedKeys)
                  throws SQLException
Throws:
SQLException

executeUpdate

int executeUpdate(PageContext pc,
                  String sql,
                  int[] columnIndexes)
                  throws SQLException
Throws:
SQLException

executeUpdate

int executeUpdate(PageContext pc,
                  String sql,
                  String[] columnNames)
                  throws SQLException
Throws:
SQLException


Copyright © 2012 Railo