Expand description
WHERE-clause predicate model and the nested-group accumulator.
Predicate is the dialect-agnostic AST for a single WHERE condition.
WhereBuilder is a thin accumulator used by and_where/or_where to
collect a nested group of predicates without threading the whole
QueryBuilder into the closure.
Structs§
- Where
Builder - Accumulator passed to
and_where/or_whereclosures.
Enums§
- Conj
- How a
Predicate::Groupattaches to the clause that precedes it. - Predicate
- A single WHERE-clause predicate.