Modifier and Type | Interface and Description |
---|---|
interface |
QueryTable |
Modifier and Type | Method and Description |
---|---|
static Query |
SystemUtil.getMemoryUsageAsQuery(int type) |
Constructor and Description |
---|
FDQuery(com.intergral.fusiondebug.server.IFDStackFrame frame,
Query qry) |
FDQueryNode(com.intergral.fusiondebug.server.IFDStackFrame frame,
Query qry,
int row,
String column) |
Modifier and Type | Method and Description |
---|---|
Query |
PageContextImpl.getQuery(Object value) |
abstract Query |
PageContext.getQuery(Object value) |
Query |
PageContextImpl.getQuery(String key) |
abstract Query |
PageContext.getQuery(String key)
get variable from string definition and cast it to a Query Object
|
Modifier and Type | Field and Description |
---|---|
Query |
QueryCacheItem.query |
Modifier and Type | Method and Description |
---|---|
Query |
QueryCacheItem.getQuery() |
Constructor and Description |
---|
QueryCacheItem(Query query) |
Modifier and Type | Method and Description |
---|---|
Query |
QueryWrap.getQuery() |
Constructor and Description |
---|
QueryWrap(Query rst)
constructor of the class
|
QueryWrap(Query rst,
String name)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Query |
ConfigWebAdmin.getResourceProviders() |
Modifier and Type | Method and Description |
---|---|
Query |
QoQ.execute(PageContext pc,
SQL sql,
int maxrows) |
Query |
HSQLDBHandler.execute(PageContext pc,
SQL sql,
int maxrows,
int fetchsize,
TimeSpan 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
|
Modifier and Type | Method and Description |
---|---|
Query |
DebuggerImpl.getOutputText() |
Query |
QueryEntryImpl.getQry() |
Query |
QueryEntry.getQry()
return the query of this entry (can be null, if the quer has not produced a resultset)
|
Modifier and Type | Method and Description |
---|---|
void |
DebuggerPro.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
Deprecated.
use instead
addQuery(Query query,String datasource,String name,SQL sql, int recordcount, PageSource src,long time) |
void |
DebuggerImpl.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time) |
void |
Debugger.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
add new query execution time
|
void |
DebuggerPro.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
long time)
add new query execution time
|
void |
DebuggerImpl.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
long time) |
static boolean |
DebuggerUtil.debugQueryUsage(PageContext pageContext,
Query query) |
Constructor and Description |
---|
QueryEntryImpl(Query qry,
String datasource,
String name,
SQL sql,
int recordcount,
String src,
long exe)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
static void |
Each.invoke(PageContext pc,
Query qry,
UDF udf,
ExecutorService execute,
List<Future<Data<Object>>> futures) |
Modifier and Type | Method and Description |
---|---|
static Query |
EntityToQuery.call(PageContext pc,
Object obj) |
static Query |
EntityToQuery.call(PageContext pc,
Object obj,
String name) |
Modifier and Type | Method and Description |
---|---|
static Query |
SSLCertificateList.call(PageContext pc,
String host) |
static Query |
SSLCertificateList.call(PageContext pc,
String host,
double port) |
Modifier and Type | Method and Description |
---|---|
static Query |
QueryFilter._call(PageContext pc,
Query qry,
UDF filter,
boolean parallel,
int maxThreads) |
static Query |
QueryNew.call(PageContext pc,
Object columnNames) |
static Query |
Query_.call(PageContext pc,
Object[] arr) |
static Query |
QueryNew.call(PageContext pc,
Object columnNames,
Object columnTypes) |
static Query |
QueryNew.call(PageContext pc,
Object columnNames,
Object columnTypes,
Object data) |
static Query |
QuerySlice.call(PageContext pc,
Query qry,
double offset) |
static Query |
QuerySlice.call(PageContext pc,
Query qry,
double offset,
double length) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Query |
QueryNew.call(PageContext pc,
String columnNames)
Deprecated.
used by old lucee archives
|
static Query |
QueryNew.call(PageContext pc,
String columnNames,
String columnTypes)
Deprecated.
used by old lucee archives
|
static Query |
QueryNew.call(PageContext pc,
String columnNames,
String columnTypes,
Object data)
Deprecated.
used by old lucee archives
|
static Query |
QueryNew.populate(PageContext pc,
Query qry,
Object data) |
Modifier and Type | Method and Description |
---|---|
static Query |
QueryFilter._call(PageContext pc,
Query qry,
UDF filter,
boolean parallel,
int maxThreads) |
static double |
QueryCurrentRow.call(PageContext pc,
Query qry) |
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 Struct |
QueryRowData.call(PageContext pc,
Query query,
double rowNumber) |
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 src,
double dpage,
double dpageSize) |
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 delimiter) |
static double |
QueryAddColumn.call(PageContext pc,
Query query,
String string) |
static Array |
QueryColumnData.call(PageContext pc,
Query query,
String columnName) |
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 Object |
QueryGetCell.call(PageContext pc,
Query query,
String columnName,
double rowNumber) |
static double |
QueryAddColumn.call(PageContext pc,
Query query,
String string,
Object arrayOrDataType) |
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 |
QuerySetColumn.call(PageContext pc,
Query query,
String columnName,
String newColumnName) |
static Array |
QueryColumnData.call(PageContext pc,
Query query,
String columnName,
UDF udf) |
static boolean |
QuerySome.call(PageContext pc,
Query qry,
UDF udf) |
static String |
QueryEach.call(PageContext pc,
Query qry,
UDF udf) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf) |
static Object |
QueryReduce.call(PageContext pc,
Query qry,
UDF udf) |
static boolean |
QueryEvery.call(PageContext pc,
Query qry,
UDF udf) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf) |
static boolean |
QuerySome.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static String |
QueryEach.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static boolean |
QueryEvery.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static boolean |
QuerySome.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static String |
QueryEach.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
QueryEvery.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
QueryReduce.call(PageContext pc,
Query qry,
UDF udf,
Object initValue) |
static Query |
QueryNew.populate(PageContext pc,
Query qry,
Object data) |
Modifier and Type | Method and Description |
---|---|
static Query |
GetMemoryUsage.call(PageContext pc) |
static Query |
GetMemoryUsage.call(PageContext pc,
String type) |
Modifier and Type | Method and Description |
---|---|
Query |
AsyncRequestMonitor.getData(ConfigWeb config,
Map<String,Object> arguments) |
Query |
RequestMonitorWrap.getData(ConfigWeb config,
Map<String,Object> arguments) |
Query |
RequestMonitor.getData(ConfigWeb config,
Map<String,Object> arguments)
returns data for a single context
|
Query |
IntervallMonitorWrap.getData(Map<String,Object> arguments) |
Query |
IntervallMonitor.getData(Map<String,Object> arguments) |
Query |
ActionMonitor.getData(Map<String,Object> arguments) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Query |
MailClient.getMails(String[] messageNumbers,
String[] uids,
boolean all)
return all messages from inbox
|
Modifier and Type | Method and Description |
---|---|
Query |
CreationImpl.createQuery(Collection.Key[] columns,
int rows,
String name) |
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Query |
ORMSession.toQuery(PageContext pc,
Object obj,
String name) |
Modifier and Type | Method and Description |
---|---|
static Query |
CommonUtil.createQuery(Array names,
Array types,
int rows,
String name) |
static Query |
CommonUtil.createQuery(Collection.Key[] columns,
int rows,
String name) |
static Query |
HibernateCaster.toQuery(PageContext pc,
HibernateORMSession session,
Object obj,
String name) |
Query |
HibernateORMSession.toQuery(PageContext pc,
Object obj,
String name) |
Modifier and Type | Method and Description |
---|---|
Query |
QueryCache.getQuery(PageContext pc,
SQL sql,
String datasource,
String username,
String password,
Date cacheAfter)
returns a Query from Query Cache or null if no match found
|
Modifier and Type | Method and Description |
---|---|
Query |
SearchEngineSupport.getCollectionsAsQuery() |
Query |
SearchEngine.getCollectionsAsQuery() |
Query |
SearchResult.getQuery() |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Query |
SpoolerEngineImpl.getAllTasksAsQuery(int startrow,
int maxrow) |
Query |
SpoolerEngine.getAllTasksAsQuery(int startrow,
int maxrow) |
Query |
SpoolerEngineImpl.getClosedTasksAsQuery(int startrow,
int maxrow) |
Query |
SpoolerEngine.getClosedTasksAsQuery(int startrow,
int maxrow) |
Query |
SpoolerEngineImpl.getOpenTasksAsQuery(int startrow,
int maxrow) |
Query |
SpoolerEngine.getOpenTasksAsQuery(int startrow,
int maxrow) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static Query |
Admin.getSSLCertificate(Config config,
String host,
int port) |
static Query |
Ftp.toQuery(org.apache.commons.net.ftp.FTPFile[] files,
String prefix,
String directory,
String hostName) |
Modifier and Type | Method and Description |
---|---|
static Query |
CSVParser.toQuery(String csv,
char delimiter,
char textQualifier,
String[] headers,
boolean firstRowIsHeaders) |
Modifier and Type | Method and Description |
---|---|
Query |
RSSHandler.getItems() |
static Query |
FeedQuery.toQuery(Query qry) |
static Query |
FeedQuery.toQuery(Struct data,
boolean hasDC) |
Modifier and Type | Method and Description |
---|---|
static Query |
FeedQuery.toQuery(Query qry) |
Modifier and Type | Method and Description |
---|---|
Query |
QueryImpl.getGeneratedKeys() |
Query |
Query.getGeneratedKeys() |
Modifier and Type | Method and Description |
---|---|
QueryColumnPro |
QueryColumnPro.cloneColumn(Query query,
boolean deepCopy) |
QueryColumnPro |
QueryColumnImpl.cloneColumn(Query query,
boolean deepCopy) |
static QueryImpl |
QueryImpl.cloneQuery(Query qry,
boolean deepCopy) |
Constructor and Description |
---|
QueryColumnRef(Query query,
Collection.Key columnName,
int type)
Constructor of the class
|
Constructor and Description |
---|
ForEachQueryIterator(Query qry,
int pid) |
Modifier and Type | Method and Description |
---|---|
Query |
SimpleQuery.getGeneratedKeys() |
Constructor and Description |
---|
QueryStruct(Query qry,
int row) |
Modifier and Type | Method and Description |
---|---|
void |
UndefinedImpl.addQuery(Query qry) |
void |
Undefined.addQuery(Query qry)
add a collection to the undefined scope
|
Modifier and Type | Method and Description |
---|---|
Query |
SQLExecutor.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist)
does a select statement on the datasource to get data
|
Query |
MSSQL.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist) |
Query |
Ansi92.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist) |
Query |
MySQL.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist) |
Modifier and Type | Method and Description |
---|---|
Query |
TODateTime.getDebugData() |
Query |
TOQuery.getGeneratedKeys() |
Modifier and Type | Method and Description |
---|---|
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) |
static DumpData |
QueryUtil.toDumpData(Query query,
PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Modifier and Type | Method and Description |
---|---|
Query |
Creation.createQuery(Collection.Key[] columns,
int rows,
String name)
creates a query object with given data
|
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.
|
Query |
Creation.createQuery(String[] columns,
int rows,
String name)
Deprecated.
usse instead
createQuery(Collection.Key[] columns, int rows, String name) |
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2015 Lucee