Query Functions

namedescription
getK2ServerDocCountThis function is deprecated.
getK2ServerDocCountLimitThis function is deprecated.
isK2ServerABrokerThis function is deprecated.
isK2ServerDocCountExceededThis function is deprecated.
isK2ServerOnlineThis function is deprecated because the K2Server is always running when ColdFusion is running.
isQueryDetermines whether value is a query.
queryAddColumnAdds a column to a query and populates its rows with the contents of a one-dimensional array. Pads query columns, if necessary, to ensure that all columns have the same number of rows.
queryAddRowAdds a specified number of empty rows to a query.
queryConvertForGridConverts query data to a structure that contains a paged subset of the query. Used in CFC functions that return data to Ajax format cfgrid controls in response to a bind expression.
queryNewCreates an empty query (query object).
querySetCellSets a cell to a value. If no row number is specified, the cell on the last row is set.
quotedValueListGets the values of each record returned from an executed query. ColdFusion does not evaluate the arguments.
valueListInserts a delimiter between each value in an executed query. ColdFusion does not evaluate the arguments.