Skip to content

Instance Method

orWhere(_:_:_:)

Adds a column to encodable array comparison to this builder’s WHERE clause by ORing.
@discardableResult func orWhere(_ lhs: SQLIdentifier, _ op: SQLBinaryOperator, _ rhs: [some Encodable & Sendable]) -> Self