Skip to content

Protocol

SQLSecondaryPredicateBuilder

Common definitions for any query builder which permits specifying a secondary predicate.
protocol SQLSecondaryPredicateBuilder : AnyObject

Overview

  • Expressions specified with having(_:) are considered conjunctive (AND).

  • Expressions specified with orHaving(_:) are considered inclusively disjunctive (OR).

See SQLSecondaryPredicateGroupBuilder for details of grouping expressions (e.g. with parenthesis).

Topics

Instance Properties

Instance Methods

Relationships

Inherited By

Conforming Types

See Also

Builder Protocols