neq
Checks if this expression is not equal to some other value.
Checks if this expression is not equal to some other expression.
open infix fun <T : Any, E : EntityID<T>?, V : T?> ExpressionWithColumnType<E>.neq(t: V): Op<Boolean>
Checks if this EntityID expression is not equal to some t value.
open 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.
open 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.