neq
Checks if this expression is not equal to some other value.
Checks if this expression is not equal to some other expression.
Checks if this EntityID expression is not equal to some t value.
infix fun <T : Any, E : EntityID<T>?, V : T?> ExpressionWithColumnType<E>.neq(other: Expression<V>): Op<Boolean>
Checks if this EntityID expression is not equal to some other expression.
infix fun <T : Any, V : T?, E : EntityID<T>?> Expression<V>.neq(other: ExpressionWithColumnType<E>): Op<Boolean>
Checks if this expression is not equal to some other expression.