Module org.jooq
Package org.jooq.impl

Interface QOM.IsDistinctFrom<T>

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

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

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