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