query library
Classes
- And
- Generate a required condition.
- Or
- Generate an optional condition.
- Query
-
An interface to request data from a Provider or
Repository
. - Where
- WhereCondition
-
Lower-level control over the value of a
Query#where
map. - WherePhrase
Enums
- Compare
-
Specify how to evalute the
value
against theevaluatedField
in a WhereCondition. For size operators, a left side comparison is done. - QueryAction
- How the query interacts with the provider