Lucee Function Reference

querygetcellbyindex()

return the value of a specific query cell

Eingeführt in version: 5.3.4.34

Beispiel

querygetcellbyindex(query query,string column_name,string index,[any defaultValue]):any

Kategorie

query

Argumente

Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name Typ Required Beschreibung
query query  Yes query to get cell value from  
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.