Skip to content

Instance Method

orWhere(_:_:column:)

Adds a column to column comparison to this builder’s WHERE clause by ORing.
@discardableResult func orWhere(_ lhs: SQLIdentifier, _ op: SQLBinaryOperator, column rhs: SQLIdentifier) -> Self