Skip to content

Instance Method

orHaving(_:_:_:)

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