Module org.jooq
Package org.jooq.impl

Interface QOM.ArrayAllMatch<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.ArrayAllMatch<T> extends Condition
The ARRAY ALL MATCH function.

Check if all elements of an array match a given predicate.