| name | description |
| getK2ServerDocCount | This function is deprecated. |
| getK2ServerDocCountLimit | This function is deprecated. |
| isK2ServerABroker | This function is deprecated. |
| isK2ServerDocCountExceeded | This function is deprecated. |
| isK2ServerOnline | This function is deprecated because the K2Server is always running when ColdFusion is running. |
| isQuery | Determines whether value is a query. |
| queryAddColumn | Adds 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. |
| queryAddRow | Adds a specified number of empty rows to a query. |
| queryConvertForGrid | Converts 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. |
| queryNew | Creates an empty query (query object). |
| querySetCell | Sets a cell to a value. If no row number is specified, the cell on the last row is set. |
| quotedValueList | Gets the values of each record returned from an executed query. ColdFusion does not evaluate the arguments. |
| valueList | Inserts a delimiter between each value in an executed query. ColdFusion does not evaluate the arguments. |