Between

data class Between(val subject: Operand, val a: Operand, val b: Operand) : SqlPredicate(source)

Constructors

Link copied to clipboard
constructor(subject: Operand, a: Operand, b: Operand)

Properties

Link copied to clipboard
val a: Operand
Link copied to clipboard
val b: Operand
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toQuoted(effectiveSettings: EffectiveSettings): String