Skip to main content

Module where_

Module where_ 

Source
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§

WhereBuilder
Accumulator passed to and_where/or_where closures.

Enums§

Conj
How a Predicate::Group attaches to the clause that precedes it.
Predicate
A single WHERE-clause predicate.