Module org.jooq
Package org.jooq.impl

Interface QOM.ArrayNoneMatch<T>

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

public static interface QOM.ArrayNoneMatch<T> extends Condition
The ARRAY NONE MATCH function.

Check if none of the elements of an array match a given predicate.