Lucee object methods reference
Object Method Query.rowByIndex
No description found
Query.rowByIndex(string index,[numeric defaultValue]):numeric
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 | numeric | 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. |