railo.runtime.db.driver.state
Class StatePreparedStatement
java.lang.Object
railo.runtime.db.driver.StatementProxy
railo.runtime.db.driver.PreparedStatementProxy
railo.runtime.db.driver.state.StatePreparedStatement
- All Implemented Interfaces:
- PreparedStatement, Statement, Wrapper, PreparedStatementPro, StatementPro
public class StatePreparedStatement
- extends PreparedStatementProxy
Method Summary |
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)
|
Methods inherited from class railo.runtime.db.driver.PreparedStatementProxy |
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 |
Methods inherited from class railo.runtime.db.driver.StatementProxy |
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 |
Methods inherited from interface java.sql.Statement |
addBatch, cancel, clearBatch, clearWarnings, close, executeBatch, 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 |
StatePreparedStatement
public StatePreparedStatement(ConnectionProxy conn,
PreparedStatement stat,
String sql)
execute
public boolean execute(String sql)
throws SQLException
- Specified by:
execute
in interface Statement
- Overrides:
execute
in class StatementProxy
- Throws:
SQLException
execute
public boolean execute(PageContext pc,
String sql)
throws SQLException
- Specified by:
execute
in interface StatementPro
- Overrides:
execute
in class StatementProxy
- Throws:
SQLException
execute
public boolean execute(String sql,
int autoGeneratedKeys)
throws SQLException
- Specified by:
execute
in interface Statement
- Overrides:
execute
in class StatementProxy
- Throws:
SQLException
execute
public boolean execute(PageContext pc,
String sql,
int autoGeneratedKeys)
throws SQLException
- Specified by:
execute
in interface StatementPro
- Overrides:
execute
in class StatementProxy
- Throws:
SQLException
execute
public boolean execute(String sql,
int[] columnIndexes)
throws SQLException
- Specified by:
execute
in interface Statement
- Overrides:
execute
in class StatementProxy
- Throws:
SQLException
execute
public boolean execute(PageContext pc,
String sql,
int[] columnIndexes)
throws SQLException
- Specified by:
execute
in interface StatementPro
- Overrides:
execute
in class StatementProxy
- Throws:
SQLException
execute
public boolean execute(String sql,
String[] columnNames)
throws SQLException
- Specified by:
execute
in interface Statement
- Overrides:
execute
in class StatementProxy
- Throws:
SQLException
execute
public boolean execute(PageContext pc,
String sql,
String[] columnNames)
throws SQLException
- Specified by:
execute
in interface StatementPro
- Overrides:
execute
in class StatementProxy
- Throws:
SQLException
executeQuery
public ResultSet executeQuery(String sql)
throws SQLException
- Specified by:
executeQuery
in interface Statement
- Overrides:
executeQuery
in class StatementProxy
- Throws:
SQLException
executeQuery
public ResultSet executeQuery(PageContext pc,
String sql)
throws SQLException
- Specified by:
executeQuery
in interface StatementPro
- Overrides:
executeQuery
in class StatementProxy
- Throws:
SQLException
executeUpdate
public int executeUpdate(String sql)
throws SQLException
- Specified by:
executeUpdate
in interface Statement
- Overrides:
executeUpdate
in class StatementProxy
- Throws:
SQLException
executeUpdate
public int executeUpdate(PageContext pc,
String sql)
throws SQLException
- Specified by:
executeUpdate
in interface StatementPro
- Overrides:
executeUpdate
in class StatementProxy
- Throws:
SQLException
executeUpdate
public int executeUpdate(String sql,
int autoGeneratedKeys)
throws SQLException
- Specified by:
executeUpdate
in interface Statement
- Overrides:
executeUpdate
in class StatementProxy
- Throws:
SQLException
executeUpdate
public int executeUpdate(PageContext pc,
String sql,
int autoGeneratedKeys)
throws SQLException
- Specified by:
executeUpdate
in interface StatementPro
- Overrides:
executeUpdate
in class StatementProxy
- Throws:
SQLException
executeUpdate
public int executeUpdate(String sql,
int[] columnIndexes)
throws SQLException
- Specified by:
executeUpdate
in interface Statement
- Overrides:
executeUpdate
in class StatementProxy
- Throws:
SQLException
executeUpdate
public int executeUpdate(PageContext pc,
String sql,
int[] columnIndexes)
throws SQLException
- Specified by:
executeUpdate
in interface StatementPro
- Overrides:
executeUpdate
in class StatementProxy
- Throws:
SQLException
executeUpdate
public int executeUpdate(String sql,
String[] columnNames)
throws SQLException
- Specified by:
executeUpdate
in interface Statement
- Overrides:
executeUpdate
in class StatementProxy
- Throws:
SQLException
executeUpdate
public int executeUpdate(PageContext pc,
String sql,
String[] columnNames)
throws SQLException
- Specified by:
executeUpdate
in interface StatementPro
- Overrides:
executeUpdate
in class StatementProxy
- Throws:
SQLException
execute
public boolean execute()
throws SQLException
- Specified by:
execute
in interface PreparedStatement
- Overrides:
execute
in class PreparedStatementProxy
- Throws:
SQLException
execute
public boolean execute(PageContext pc)
throws SQLException
- Specified by:
execute
in interface PreparedStatementPro
- Overrides:
execute
in class PreparedStatementProxy
- Throws:
SQLException
executeQuery
public ResultSet executeQuery()
throws SQLException
- Specified by:
executeQuery
in interface PreparedStatement
- Overrides:
executeQuery
in class PreparedStatementProxy
- Throws:
SQLException
executeQuery
public ResultSet executeQuery(PageContext pc)
throws SQLException
- Specified by:
executeQuery
in interface PreparedStatementPro
- Overrides:
executeQuery
in class PreparedStatementProxy
- Throws:
SQLException
executeUpdate
public int executeUpdate()
throws SQLException
- Specified by:
executeUpdate
in interface PreparedStatement
- Overrides:
executeUpdate
in class PreparedStatementProxy
- Throws:
SQLException
executeUpdate
public int executeUpdate(PageContext pc)
throws SQLException
- Specified by:
executeUpdate
in interface PreparedStatementPro
- Overrides:
executeUpdate
in class PreparedStatementProxy
- Throws:
SQLException
Copyright © 2012 Railo