Skip to content

Instance Property

predicate

If not nil, an expression which filters the source data to determine the result rows.
var predicate: (any SQLExpression)?

Discussion

This corresponds to a SELECT query’s WHERE clause and applies before any GROUP BY clause(s). Most often the predicate will consist of one or more nested SQLBinaryExpressions.