| Name | Value |
|---|---|
| accessors | true |
| extends | org.lucee.cfml.HelperBase |
Components
Component Query
No description/hint foundProperties
| Access | Required | Name | Type | Hint |
|---|---|---|---|---|
| public | no | name | String | |
| public | no | qArray | Array |
Functions
execute
Execute the query
findNamedParam
Scan the passed array looking for a "name" param match.
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| params | Array | false | |
| name | String | false |
getName
getNamedParams
Return just the named params
getPositionalParams
Return just the positional params
getQArray
init
Constructor
invokeTag
this function overrides HelperBase.invokeTag()
new
Scan the passed array looking for a "name" param match.
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| columnNames | any | true | |
| columnTypes | any | false | |
| data | any | false |
parseSql
Parse the sql string converting into an array.
setName
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| name | String | true |
setQArray
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| qArray | Array | true |