Lucee Function Reference

queryclose()

When using lazy="true", it is important to close the resultSet during a request or it will continue to use heap memory.

Example

queryclose(query query):boolean

Category

query

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
query query  Yes Query object to close.