Module org.jooq
Package org.jooq.impl

Interface QOM.IsNotDistinctFrom<T>

All Superinterfaces:
Condition, Field<Boolean>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupField, Named, OrderField<Boolean>, QOM.CompareCondition<T,QOM.IsNotDistinctFrom<T>>, QueryPart, SelectField<Boolean>, SelectFieldOrAsterisk, Serializable, TableElement, Typed<Boolean>
Enclosing class:
QOM

public static interface QOM.IsNotDistinctFrom<T> extends QOM.CompareCondition<T,QOM.IsNotDistinctFrom<T>>
The IS NOT DISTINCT FROM operator.

The NOT DISTINCT predicate allows for creating NULL safe comparisons where the two operands are tested for equality