Lucee object methods reference
Object Method Query.insertAt
Adds data (query,struct or array) into query.
Query.insertAt(any value,numeric index):query
Category
query
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
value | any | Yes | data to insert, can be a query, a struct or an array. |
index | numeric | Yes | position to insert data into, existing data get moved to the "right". |