Module org.jooq
Package org.jooq.impl

Interface QOM.NotRegexpLike

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.NotRegexpLike extends Condition
The NOT REGEXP LIKE operator.

Create a condition to regex-pattern-check this field against a pattern.

The pattern syntax is that of your RDBMS. Please refer to the RDBMS manual for more information.