Skip to content

Initializer

init(_:between:and:)

Create an SQLBetween expression from two SQLExpressions and a bindable value.
init(_ operand: T, between lowerBound: U, and upperBound: some Encodable & Sendable) where V == SQLBind