lessEq
Checks if this expression is less than or equal to some t value
open infix fun <T : Comparable<T>, S : T?> Expression<in S>.lessEq(other: Expression<in S>): LessEqOp
Checks if this expression is less than or equal to some other expression
Checks if this EntityID expression is less than or equal to some t value
open infix fun <T : Comparable<T>, E : EntityID<T>?, V : T?> ExpressionWithColumnType<E>.lessEq(other: Expression<in V>): LessEqOp
Checks if this EntityID expression is less than or equal to some other expression
open infix fun <T : Comparable<T>, V : T?, E : EntityID<T>?> Expression<V>.lessEq(other: ExpressionWithColumnType<E>): LessEqOp
Checks if this expression is less than or equal to some other expression.