Lte

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

Constructors

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

Properties

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

Functions

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