|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Query in coldfusion.sql |
---|
Subinterfaces of Query in coldfusion.sql | |
---|---|
interface |
QueryTable
|
Uses of Query in railo.commons.io |
---|
Methods in railo.commons.io that return Query | |
---|---|
static Query |
SystemUtil.getMemoryUsage(int type)
|
Uses of Query in railo.intergral.fusiondebug.server.type.qry |
---|
Constructors in railo.intergral.fusiondebug.server.type.qry with parameters of type Query | |
---|---|
FDQuery(com.intergral.fusiondebug.server.IFDStackFrame frame,
Query qry)
|
|
FDQueryNode(com.intergral.fusiondebug.server.IFDStackFrame frame,
Query qry,
int row,
String column)
|
Uses of Query in railo.runtime |
---|
Methods in railo.runtime that return Query | |
---|---|
Query |
PageContextImpl.getQuery(String key)
|
abstract Query |
PageContext.getQuery(String key)
get variable from string definition and cast ist to a Query Object |
Uses of Query in railo.runtime.cfx |
---|
Methods in railo.runtime.cfx that return Query | |
---|---|
Query |
QueryWrap.getQuery()
|
Constructors in railo.runtime.cfx with parameters of type Query | |
---|---|
QueryWrap(Query rst)
constructor of the class |
|
QueryWrap(Query rst,
String name)
constructor of the class |
Uses of Query in railo.runtime.config |
---|
Methods in railo.runtime.config that return Query | |
---|---|
Query |
ConfigWebAdmin.getResourceProviders()
|
Uses of Query in railo.runtime.db |
---|
Methods in railo.runtime.db that return Query | |
---|---|
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 |
Uses of Query in railo.runtime.debug |
---|
Methods in railo.runtime.debug that return Query | |
---|---|
Query |
QueryEntryImpl.getQry()
FUTURE add to interface |
Methods in railo.runtime.debug with parameters of type Query | |
---|---|
void |
DebuggerImpl.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
|
static boolean |
DebuggerImpl.debugQueryUsage(PageContext pageContext,
Query query)
|
Constructors in railo.runtime.debug with parameters of type Query | |
---|---|
QueryEntryImpl(Query qry,
String datasource,
String name,
SQL sql,
int recordcount,
String src,
int exe)
constructor of the class |
Uses of Query in railo.runtime.functions.orm |
---|
Methods in railo.runtime.functions.orm that return Query | |
---|---|
static Query |
EntityToQuery.call(PageContext pc,
Object obj)
|
static Query |
EntityToQuery.call(PageContext pc,
Object obj,
String name)
|
Uses of Query in railo.runtime.functions.other |
---|
Methods in railo.runtime.functions.other that return Query | |
---|---|
static Query |
SSLCertificateList.call(PageContext pc,
String host)
|
static Query |
SSLCertificateList.call(PageContext pc,
String host,
double port)
|
Uses of Query in railo.runtime.functions.query |
---|
Methods in railo.runtime.functions.query that return Query | |
---|---|
static Query |
Query_.call(PageContext pc,
Object[] arr)
|
static Query |
QuerySlice.call(PageContext pc,
Query qry,
double offset)
|
static Query |
QuerySlice.call(PageContext pc,
Query qry,
double offset,
double length)
|
static Query |
QueryNew.call(PageContext pc,
String columnList)
|
static Query |
QueryNew.call(PageContext pc,
String columnList,
String columnTypeList)
|
static Query |
QueryNew.call(PageContext pc,
String strColumnList,
String strColumnTypeList,
Object data)
|
Methods in railo.runtime.functions.query with parameters of type Query | |
---|---|
static double |
QueryColumnCount.call(PageContext pc,
Query qry)
|
static String |
QueryColumnList.call(PageContext pc,
Query qry)
|
static double |
QueryAddRow.call(PageContext pc,
Query query)
|
static Array |
QueryColumnArray.call(PageContext pc,
Query qry)
|
static boolean |
QueryDeleteRow.call(PageContext pc,
Query query)
|
static double |
QueryRecordCount.call(PageContext pc,
Query qry)
|
static boolean |
QueryColumnExists.call(PageContext pc,
Query qry,
Collection.Key key)
|
static boolean |
QueryDeleteRow.call(PageContext pc,
Query query,
double row)
|
static Query |
QuerySlice.call(PageContext pc,
Query qry,
double offset)
|
static Struct |
QueryConvertForGrid.call(PageContext pc,
Query query,
double page,
double pageSize)
|
static Query |
QuerySlice.call(PageContext pc,
Query qry,
double offset,
double length)
|
static double |
QueryAddRow.call(PageContext pc,
Query query,
Object numberOrData)
|
static boolean |
QuerySort.call(PageContext pc,
Query query,
String columnName)
|
static String |
QueryColumnList.call(PageContext pc,
Query qry,
String delimeter)
|
static String |
QueryValueList.call(PageContext pc,
Query query,
String columnName)
|
static double |
QueryAddColumn.call(PageContext pc,
Query query,
String string)
|
static Object |
QueryGetCell.call(PageContext pc,
Query query,
String columnName)
|
static boolean |
QueryColumnExists.call(PageContext pc,
Query qry,
String key)
|
static Array |
QueryDeleteColumn.call(PageContext pc,
Query query,
String strColumn)
|
static Array |
QueryValueArray.call(PageContext pc,
Query query,
String columnName)
|
static Object |
QueryGetCell.call(PageContext pc,
Query query,
String columnName,
double rowNumber)
|
static double |
QueryAddColumn.call(PageContext pc,
Query query,
String string,
Object array)
|
static boolean |
QuerySetCell.call(PageContext pc,
Query query,
String columnName,
Object value)
|
static boolean |
QuerySetCell.call(PageContext pc,
Query query,
String columnName,
Object value,
double rowNumber)
|
static double |
QueryAddColumn.call(PageContext pc,
Query query,
String string,
Object datatype,
Object array)
|
static boolean |
QuerySort.call(PageContext pc,
Query query,
String columnNames,
String directions)
|
static String |
QueryValueList.call(PageContext pc,
Query query,
String columnName,
String delimeter)
|
static String |
QuerySetColumn.call(PageContext pc,
Query query,
String columnName,
String newColumnName)
|
static void |
QueryNew.populateRow(Query qry,
Struct data)
|
Uses of Query in railo.runtime.functions.system |
---|
Methods in railo.runtime.functions.system that return Query | |
---|---|
static Query |
GetMemoryUsage.call(PageContext pc)
|
static Query |
GetMemoryUsage.call(PageContext pc,
String type)
|
Uses of Query in railo.runtime.monitor |
---|
Methods in railo.runtime.monitor that return Query | |
---|---|
Query |
RequestMonitorWrap.getData(ConfigWeb config,
Map<String,Object> arguments)
|
Query |
RequestMonitor.getData(ConfigWeb config,
Map<String,Object> arguments)
|
Query |
IntervallMonitor.getData(Map<String,Object> arguments)
|
Query |
IntervallMonitorWrap.getData(Map<String,Object> arguments)
|
Uses of Query in railo.runtime.net.ldap |
---|
Methods in railo.runtime.net.ldap that return Query | |
---|---|
Query |
LDAPClient.query(String strAttributes,
int scope,
int startrow,
int maxrows,
int timeout,
String[] sort,
int sortType,
int sortDirection,
String start,
String separator,
String filter)
|
Uses of Query in railo.runtime.net.mail |
---|
Methods in railo.runtime.net.mail that return Query | |
---|---|
Query |
MailClient.getMails(String[] messageNumbers,
String[] uids,
boolean all)
return all messages from inbox |
Uses of Query in railo.runtime.op |
---|
Methods in railo.runtime.op that return Query | |
---|---|
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)
|
Query |
CreationImpl.createQuery(String[] columns,
int rows,
String name)
|
static Query |
Caster.toQuery(Object o)
cast a Object to a Query Object |
Query |
CastImpl.toQuery(Object o)
|
static Query |
Caster.toQuery(Object o,
boolean duplicate)
cast a Object to a Query Object |
Query |
CastImpl.toQuery(Object o,
boolean duplicate)
|
static Query |
Caster.toQuery(Object o,
boolean duplicate,
Query defaultValue)
cast a Object to a Query Object |
Query |
CastImpl.toQuery(Object o,
boolean duplicate,
Query defaultValue)
|
static Query |
Caster.toQuery(Object o,
Query defaultValue)
cast a Object to a Query Object |
Query |
CastImpl.toQuery(Object o,
Query defaultValue)
|
Methods in railo.runtime.op with parameters of type Query | |
---|---|
static Query |
Caster.toQuery(Object o,
boolean duplicate,
Query defaultValue)
cast a Object to a Query Object |
Query |
CastImpl.toQuery(Object o,
boolean duplicate,
Query defaultValue)
|
static Query |
Caster.toQuery(Object o,
Query defaultValue)
cast a Object to a Query Object |
Query |
CastImpl.toQuery(Object o,
Query defaultValue)
|
static QueryPro |
Caster.toQueryPro(Query q)
|
static QueryPro |
Caster.toQueryPro(Query q,
QueryPro defaultValue)
|
Uses of Query in railo.runtime.orm |
---|
Methods in railo.runtime.orm that return Query | |
---|---|
Query |
ORMSession.toQuery(PageContext pc,
Object obj,
String name)
|
Uses of Query in railo.runtime.orm.hibernate |
---|
Methods in railo.runtime.orm.hibernate that return Query | |
---|---|
static Query |
HibernateCaster.toQuery(PageContext pc,
HibernateORMSession session,
Object obj,
String name)
|
Query |
HibernateORMSession.toQuery(PageContext pc,
Object obj,
String name)
|
Uses of Query in railo.runtime.query |
---|
Classes in railo.runtime.query that implement Query | |
---|---|
class |
QueryCacheQuery
|
Methods in railo.runtime.query that return Query | |
---|---|
Query |
QueryCacheQuery.getGeneratedKeys()
|
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 |
Uses of Query in railo.runtime.search |
---|
Methods in railo.runtime.search that return Query | |
---|---|
Query |
SearchEngineSupport.getCollectionsAsQuery()
|
Query |
SearchEngine.getCollectionsAsQuery()
|
Query |
SearchResult.getQuery()
|
Methods in railo.runtime.search with parameters of type Query | |
---|---|
int |
SearchCollectionSupport.search(SearchData data,
Query qry,
String criteria,
String language,
short type,
int startrow,
int maxrow,
String categoryTree,
String[] categories)
|
int |
SearchCollectionSupport2.search(SearchData data,
Query qry,
String criteria,
String language,
short type,
int startrow,
int maxrow,
String categoryTree,
String[] categories)
|
int |
SearchCollection.search(SearchData data,
Query qry,
String criteria,
String language,
short type,
int startrow,
int maxrow,
String categoryTree,
String[] category)
search the collection |
Uses of Query in railo.runtime.spooler |
---|
Methods in railo.runtime.spooler that return Query | |
---|---|
Query |
SpoolerEngineImpl.getAllTasksAsQuery(int startrow,
int maxrow)
|
Query |
SpoolerEngineImpl.getClosedTasksAsQuery(int startrow,
int maxrow)
|
Query |
SpoolerEngineImpl.getOpenTasksAsQuery(int startrow,
int maxrow)
|
Uses of Query in railo.runtime.sql.exp |
---|
Methods in railo.runtime.sql.exp with parameters of type Query | |
---|---|
Object |
Column.getValue(Query qry,
int row)
|
Object |
ColumnExpression.getValue(Query qr,
int row)
|
Object |
Column.getValue(Query qry,
int row,
Object defaultValue)
|
Object |
ColumnExpression.getValue(Query qr,
int row,
Object defaultValue)
|
Uses of Query in railo.runtime.tag |
---|
Methods in railo.runtime.tag that return Query | |
---|---|
static Query |
Admin.getSSLCertificate(Config config,
String host,
int port)
|
Uses of Query in railo.runtime.text.csv |
---|
Methods in railo.runtime.text.csv that return Query | |
---|---|
Query |
CSVParser.parse(String csv,
char delimiter,
char textQualifier,
String[] headers,
boolean firstrowasheaders)
parse a CVS File |
Uses of Query in railo.runtime.text.feed |
---|
Methods in railo.runtime.text.feed that return Query | |
---|---|
Query |
RSSHandler.getItems()
|
static Query |
FeedQuery.toQuery(Query qry)
|
static Query |
FeedQuery.toQuery(Struct data,
boolean hasDC)
|
Methods in railo.runtime.text.feed with parameters of type Query | |
---|---|
static Query |
FeedQuery.toQuery(Query qry)
|
Uses of Query in railo.runtime.type |
---|
Subinterfaces of Query in railo.runtime.type | |
---|---|
interface |
QueryPro
|
Classes in railo.runtime.type that implement Query | |
---|---|
class |
QueryImpl
|
Methods in railo.runtime.type that return Query | |
---|---|
Query |
QueryPro.getGeneratedKeys()
|
Query |
QueryImpl.getGeneratedKeys()
|
Constructors in railo.runtime.type with parameters of type Query | |
---|---|
QueryColumnRef(Query query,
Collection.Key columnName,
int type)
Constructor of the class |
Uses of Query in railo.runtime.type.query |
---|
Classes in railo.runtime.type.query that implement Query | |
---|---|
class |
SimpleQuery
|
Methods in railo.runtime.type.query that return Query | |
---|---|
Query |
SimpleQuery.getGeneratedKeys()
|
Uses of Query in railo.runtime.type.scope |
---|
Methods in railo.runtime.type.scope with parameters of type Query | |
---|---|
void |
UndefinedImpl.addCollection(Query coll)
|
void |
Undefined.addCollection(Query qry)
Deprecated. use instead
|
void |
UndefinedImpl.addQuery(Query qry)
|
void |
Undefined.addQuery(Query qry)
add a collection to the undefined scope |
Uses of Query in railo.runtime.type.trace |
---|
Classes in railo.runtime.type.trace that implement Query | |
---|---|
class |
TOQuery
|
Methods in railo.runtime.type.trace that return Query | |
---|---|
Query |
TODateTime.getDebugData()
|
Query |
TOQuery.getGeneratedKeys()
|
Uses of Query in railo.runtime.type.util |
---|
Methods in railo.runtime.type.util with parameters of type Query | |
---|---|
static Collection.Key[] |
QueryUtil.getColumnNames(Query qry)
return column names as Key from a query |
static void |
QueryUtil.removeRows(Query query,
int index,
int count)
|
Uses of Query in railo.runtime.util |
---|
Methods in railo.runtime.util that return Query | |
---|---|
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
|
Query |
Creation.createQuery(String[] columns,
int rows,
String name)
creates a query object with given data |
Query[] |
QueryStackImpl.getQueries()
|
Query[] |
QueryStack.getQueries()
|
Query |
Cast.toQuery(Object o)
cast a Object to a Query Object |
Query |
Cast.toQuery(Object o,
boolean duplicate)
cast a Object to a Query Object |
Query |
Cast.toQuery(Object o,
boolean duplicate,
Query defaultValue)
cast a Object to a Query Object |
Query |
Cast.toQuery(Object o,
Query defaultValue)
cast a Object to a Query Object |
Methods in railo.runtime.util with parameters of type Query | |
---|---|
void |
QueryStackImpl.addQuery(Query query)
|
void |
QueryStack.addQuery(Query query)
adds a Query to the Stack |
static NumberIterator |
NumberIterator.load(PageContext pc,
NumberIterator ni,
Query query,
String groupName,
boolean caseSensitive)
|
Query |
Cast.toQuery(Object o,
boolean duplicate,
Query defaultValue)
cast a Object to a Query Object |
Query |
Cast.toQuery(Object o,
Query defaultValue)
cast a Object to a Query Object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |