Lucee Object Methods Reference
Object Method Query.getCell
return the value of a specific query cell
Query.getCell(string column_name,[number row_number]):any
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 |
row_number | number | No | row number (1-n) |