Lucee Function Reference
Function ORMEXECUTEQUERY
Runs the HQL on the default data source specified for the application.
Example
ormexecutequery(string hql,[any paramsOrUnique,[any uniqueOrQueryOptions,[any queryOptions]]]):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| hql | string | Yes | |
| paramsOrUnique | any | No | |
| uniqueOrQueryOptions | any | No | |
| queryOptions | any | No |