Lucee object methods reference

Object Method Query.getCellByIndex

return the value of a specific query cell
Query.getCellByIndex(string column_name,string index,[any defaultValue]):any

Category

query

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
column_name string  Yes name of the column
index string  Yes
defaultValue any  No In case no matching index was found, this value is returned by the function, in case it is not set, the function will throw an exception.