isNotDistinctFrom
open infix fun <T : Comparable<T>, S : T?> ExpressionWithColumnType<in S>.isNotDistinctFrom(t: T): IsNotDistinctFromOp
Deprecated (with error)
This interface method will be removed following release 1.0.0 and should be replaced with the equivalent top-level function.
Replace with
import org.jetbrains.exposed.v1.core.isNotDistinctFrom
Content copied to clipboard
this isNotDistinctFrom t
Content copied to clipboard
open infix fun <T : Comparable<T>, S : T?> Expression<in S>.isNotDistinctFrom(other: Expression<in S>): IsNotDistinctFromOp
open infix fun <T : Any, E : EntityID<T>?, V : T?> ExpressionWithColumnType<E>.isNotDistinctFrom(other: Expression<in V>): IsNotDistinctFromOp
open infix fun <T : Any, V : T?, E : EntityID<T>?> Expression<V>.isNotDistinctFrom(other: ExpressionWithColumnType<E>): IsNotDistinctFromOp
Deprecated (with error)
This interface method will be removed following release 1.0.0 and should be replaced with the equivalent top-level function.
Replace with
import org.jetbrains.exposed.v1.core.isNotDistinctFrom
Content copied to clipboard
this isNotDistinctFrom other
Content copied to clipboard