Module org.jooq
Package org.jooq.impl

Interface QOM.ConnectByRoot<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.ConnectByRoot<T> extends Field<T>
The CONNECT BY ROOT function.

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