Lucee object methods reference
Object Method Query.rowDataByIndex
No description found
Query.rowDataByIndex(string index,[struct defaultValue]):struct
Category
query
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
index | string | Yes | Name of the index |
defaultValue | struct | 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. |