Module org.jooq
Package org.jooq

Interface TableField<R extends Record,​T>

    • Method Detail

      • getTable

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