Module org.jooq
Package org.jooq

Interface TableField<R extends Record,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, Typed<T>

public interface TableField<R extends Record,T> extends Field<T>
A field contained in a table.

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

Author:
Lukas Eder
  • Method Details

    • getTable

      @Nullable @Nullable Table<R> getTable()
      Returns:
      The table this field is contained in.