Module org.jooq
Package org.jooq.impl

Interface QOM.TableAlias<R extends Record>

All Superinterfaces:
Fields, GroupField, Named, Qualified, QueryPart, RecordQualifier<R>, SelectField<R>, SelectFieldOrAsterisk, Serializable, Table<R>, TableLike<R>, Typed<R>
Enclosing class:
QOM

public static interface QOM.TableAlias<R extends Record> extends Table<R>
  • Method Details

    • $table

      @NotNull @NotNull Table<R> $table()
    • $alias

      @NotNull @NotNull Name $alias()