Skip to content

Instance Method

orWhere(_:)

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