greater
Checks if this expression is greater than some t value.
Checks if this expression is greater than some other expression.
Checks if this EntityID expression is greater than some t value.
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.
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.
infix fun <T : Comparable<T>, E : EntityID<T>?> Expression<E>.greater(other: Expression<E>): GreaterOp
Checks if this EntityID expression is greater than some other expression.