Module org.jooq
Package org.jooq.impl

Interface QOM.Max<T>

All Superinterfaces:
AggregateFilterStep<T>, AggregateFunction<T>, Field<T>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupField, Named, OrderField<T>, QueryPart, SelectField<T>, SelectFieldOrAsterisk, Serializable, TableElement, Typed<T>, WindowBeforeOverStep<T>, WindowOverStep<T>
Enclosing class:
QOM

public static interface QOM.Max<T> extends AggregateFunction<T>
The MAX function.
  • Method Details

    • $field

      @NotNull @NotNull Field<T> $field()
    • $distinct

      boolean $distinct()
    • $field

      @NotNull @NotNull QOM.Max<T> $field(Field<T> field)
    • $distinct

      @NotNull @NotNull QOM.Max<T> $distinct(boolean distinct)