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

Materializes all rows and closes the underlying SQL resources.

Returns

Standard typed list of mapped entities.

Example
users = query.toList()