Module org.jooq
Package org.jooq.impl

Interface QOM.In<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.In<T> extends Condition
The IN operator.

The subquery must return exactly one field. This is not checked by jOOQ and will result in syntax errors in the database, if not used correctly.