klyn.data.Query.exists
method
public exists() as Boolean:
Description

Tests whether at least one row exists.

Returns

true when the query is non-empty.

Example
if query.exists():
print("found")