Module org.jooq
Package org.jooq

Interface JSONObjectAggNullStep<T>

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

public interface JSONObjectAggNullStep<T> extends JSONObjectAggReturningStep<T>
A step in the construction of DSL.jsonObjectAgg(JSONEntry) or DSL.jsonbObjectAgg(JSONEntry) functions where the NULL clause can be defined.
Author:
Lukas Eder