Lucee object methods reference
Object Method Query.rowSwap
swaps one row of a query with an other.
Query.rowSwap(numeric source,numeric destination):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 |
---|---|---|---|
source | numeric | Yes | The row to swap. |
destination | numeric | Yes | The row to be swapped with. |