klyn.data.Query.toList
method
public toList() as List<T>:
Description

Executes and materializes the query into the standard list type.

Returns

Current result rows backed by ArrayList<T> by default.

Example
rows = query.toList()