Module org.jooq
Package org.jooq

Interface UDTField<R extends UDTRecord<R>,​T>

Type Parameters:
R - The record type
T - The field type
All Superinterfaces:
Field<T>, FieldOrConstraint, FieldOrRow, GroupField, Named, OrderField<T>, QueryPart, SelectField<T>, SelectFieldOrAsterisk, Serializable, Typed<T>

public interface UDTField<R extends UDTRecord<R>,​T> extends Field<T>
A field contained in a UDT.

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

Author:
Lukas Eder
  • Method Details

    • getUDT

      UDT<R> getUDT()
      Returns:
      The UDT this field is contained in