Module org.jooq
Package org.jooq.impl

Interface QOM.Prior<T>

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

@Pro public static interface QOM.Prior<T> extends Field<T>
The PRIOR function.

The PRIOR operator is used with the Oracle style CONNECT BY clause.

  • Method Details