Skip to content

Instance Method

where(_:)

Adds an expression to this builder’s WHERE clause by ANDing.
@discardableResult func `where`(_ expression: any SQLExpression) -> Self