|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SQL in railo.runtime.db |
---|
Classes in railo.runtime.db that implement SQL | |
---|---|
class |
SQLImpl
represents a SQL Statement with his defined arguments for a prepared statement |
Methods in railo.runtime.db that return SQL | |
---|---|
SQL |
SQLImpl.duplicate()
|
static SQL |
SQLImpl.duplicate(SQL sql)
|
Methods in railo.runtime.db with parameters of type SQL | |
---|---|
static QueryImpl |
HSQLDBHandler.__execute(PageContext pc,
SQL sql,
int maxrows,
int fetchsize,
int timeout,
Stopwatch stopwatch,
Set<String> tables,
boolean doSimpleTypes)
|
static SQL |
SQLImpl.duplicate(SQL sql)
|
Query |
QoQ.execute(PageContext pc,
SQL sql,
int maxrows)
|
Query |
HSQLDBHandler.execute(PageContext pc,
SQL sql,
int maxrows,
int fetchsize,
int timeout)
executes a query on the queries inside the cld fusion enviroment |
Query |
QoQ.execute(PageContext pc,
SQL sql,
Selects selects,
int maxrows)
execute a SQL Statement against CFML Scopes |
Query |
Executer.execute(PageContext pc,
SQL sql,
String prettySQL,
int maxrows)
|
Query |
Executer.execute(Vector statements,
PageContext pc,
SQL sql,
int maxrows)
execute a SQL Statement against CFML Scopes |
PreparedStatement |
DatasourceConnectionPro.getPreparedStatement(SQL sql,
boolean createGeneratedKeys,
boolean allowCaching)
|
PreparedStatement |
DatasourceConnectionImpl.getPreparedStatement(SQL sql,
boolean createGeneratedKeys,
boolean allowCaching)
|
PreparedStatement |
DatasourceConnectionPro.getPreparedStatement(SQL sql,
int resultSetType,
int resultSetConcurrency)
|
PreparedStatement |
DatasourceConnectionImpl.getPreparedStatement(SQL sql,
int resultSetType,
int resultSetConcurrency)
|
static boolean |
LikeCompare.like(SQL sql,
String haystack,
String needle)
|
static boolean |
LikeCompare.like(SQL sql,
String haystack,
String needle,
String escape)
|
Constructors in railo.runtime.db with parameters of type SQL | |
---|---|
HSQLUtil2(SQL sql)
|
Uses of SQL in railo.runtime.debug |
---|
Methods in railo.runtime.debug that return SQL | |
---|---|
SQL |
QueryEntryImpl.getSQL()
|
SQL |
QueryEntry.getSQL()
|
Methods in railo.runtime.debug with parameters of type SQL | |
---|---|
void |
DebuggerImpl.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
|
void |
DebuggerImpl.addQueryExecutionTime(String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
|
void |
Debugger.addQueryExecutionTime(String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
add new query execution time |
Constructors in railo.runtime.debug with parameters of type SQL | |
---|---|
QueryEntryImpl(Query qry,
String datasource,
String name,
SQL sql,
int recordcount,
String src,
int exe)
constructor of the class |
Uses of SQL in railo.runtime.exp |
---|
Constructors in railo.runtime.exp with parameters of type SQL | |
---|---|
DatabaseException(SQLException sqle,
SQL sql,
DatasourceConnection dc)
Constructor of the class |
|
DatabaseException(String message,
SQLException sqle,
SQL sql,
DatasourceConnection dc)
Constructor of the class |
|
DatabaseException(String message,
String detail,
SQLException sqle,
SQL sql,
DatasourceConnection dc)
Constructor of the class |
Uses of SQL in railo.runtime.op |
---|
Methods in railo.runtime.op with parameters of type SQL | |
---|---|
PageException |
ExceptonImpl.createDatabaseException(String message,
SQL sql)
|
Query |
CreationImpl.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name)
|
Query |
CreationImpl.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
String name)
|
Uses of SQL in railo.runtime.orm |
---|
Methods in railo.runtime.orm with parameters of type SQL | |
---|---|
PreparedStatement |
ORMDatasourceConnection.getPreparedStatement(SQL sql,
boolean createGeneratedKeys,
boolean allowCaching)
|
PreparedStatement |
ORMDatasourceConnection.getPreparedStatement(SQL sql,
int resultSetType,
int resultSetConcurrency)
|
Uses of SQL in railo.runtime.query |
---|
Methods in railo.runtime.query that return SQL | |
---|---|
SQL |
QueryCacheQuery.getSql()
|
Methods in railo.runtime.query with parameters of type SQL | |
---|---|
Object |
QueryCache.get(SQL sql,
String datasource,
String username,
String password,
Date cachedafter)
|
Query |
QueryCache.getQuery(SQL sql,
String datasource,
String username,
String password,
Date cacheAfter)
returns a Query from Query Cache or null if no match found |
void |
QueryCache.remove(SQL sql,
String datasource,
String username,
String password)
removes query from cache |
void |
QueryCache.set(SQL sql,
String datasource,
String username,
String password,
Object value,
Date cacheBefore)
sets a Query to Cache |
void |
QueryCacheQuery.setSql(SQL sql)
|
Uses of SQL in railo.runtime.type |
---|
Methods in railo.runtime.type that return SQL | |
---|---|
SQL |
QueryPro.getSql()
|
SQL |
QueryImpl.getSql()
|
Methods in railo.runtime.type with parameters of type SQL | |
---|---|
void |
QueryImpl.setSql(SQL sql)
|
Constructors in railo.runtime.type with parameters of type SQL | |
---|---|
QueryImpl(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name)
constructor of the class, to generate a resultset from a sql query |
|
QueryImpl(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name,
String template)
|
|
QueryImpl(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name,
String template,
boolean createUpdateData,
boolean allowToCachePreperadeStatement)
|
Uses of SQL in railo.runtime.type.query |
---|
Methods in railo.runtime.type.query that return SQL | |
---|---|
SQL |
SimpleQuery.getSql()
|
Constructors in railo.runtime.type.query with parameters of type SQL | |
---|---|
SimpleQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name,
String template)
|
Uses of SQL in railo.runtime.type.trace |
---|
Methods in railo.runtime.type.trace that return SQL | |
---|---|
SQL |
TOQuery.getSql()
|
Uses of SQL in railo.runtime.type.util |
---|
Methods in railo.runtime.type.util with parameters of type SQL | |
---|---|
static void |
QueryUtil.checkSQLRestriction(DatasourceConnection dc,
SQL sql)
check if there is a sql restriction |
Uses of SQL in railo.runtime.util |
---|
Methods in railo.runtime.util with parameters of type SQL | |
---|---|
PageException |
Excepton.createDatabaseException(String message,
SQL sql)
create exception "DatabaseException" |
Query |
Creation.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name)
|
Query |
Creation.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
String name)
Deprecated. replaced with
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |