Module org.jooq
Package org.jooq.impl

Interface QOM.Lag<T>

All Superinterfaces:
Field<T>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupField, Named, OrderField<T>, QOM.WindowFunction<T>, QueryPart, SelectField<T>, SelectFieldOrAsterisk, Serializable, TableElement, Typed<T>
Enclosing class:
QOM

public static interface QOM.Lag<T> extends QOM.WindowFunction<T>
  • Method Details

    • $field

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

      @Nullable @Nullable Field<Integer> $offset()
    • $defaultValue

      @Nullable @Nullable Field<T> $defaultValue()
    • $nullTreatment

      @Nullable @Nullable QOM.NullTreatment $nullTreatment()