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
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 |
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