Module org.jooq
Package org.jooq

Interface UDTPathTableField<R extends Record,U extends UDTRecord<U>,T>

Type Parameters:
R - The record type
T - The field type
All Superinterfaces:
Field<T>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupField, Named, OrderField<T>, QueryPart, SelectField<T>, SelectFieldOrAsterisk, Serializable, TableElement, TableField<R,T>, Typed<T>, UDTField<U,T>, UDTPathField<R,U,T>
All Known Implementing Classes:
UDTPathTableFieldImpl

public interface UDTPathTableField<R extends Record,U extends UDTRecord<U>,T> extends TableField<R,T>, UDTPathField<R,U,T>
A field dereferenced from a UDT path.

Instances of this type cannot be created directly. They are available from generated code.

Author:
Lukas Eder