greater
Checks if this expression is greater than some t value.
open infix fun <T : Comparable<T>, S : T?> Expression<in S>.greater(other: Expression<in S>): GreaterOp
Checks if this expression is greater than some other expression.
Checks if this EntityID expression is greater than some t value.
open infix fun <T : Comparable<T>, E : EntityID<T>?, V : T?> ExpressionWithColumnType<E>.greater(other: Expression<in V>): GreaterOp
Checks if this EntityID expression is greater than some other expression.
open infix fun <T : Comparable<T>, V : T?, E : EntityID<T>?> Expression<V>.greater(other: ExpressionWithColumnType<E>): GreaterOp
Checks if this expression is greater than some other expression.