Query

The parse tree of a query.

Members

Variables

action
QueryAction action;

The action the query should take.

filters
QueryFilter[] filters;

The filters that should be applied to each record, similar to a WHERE clause in SQL.

Meta