Module org.jooq
Package org.jooq.impl

Interface QOM.Min<T>

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

public static interface QOM.Min<T> extends AggregateFunction<T>
The MIN function.
  • Method Details

    • $field

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

      boolean $distinct()
    • $field

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

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