Module org.jooq
Package org.jooq

Interface JSONArrayAggOrderByStep<J>

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

public interface JSONArrayAggOrderByStep<J> extends JSONArrayAggNullStep<J>
A step in the construction of DSL.jsonArrayAgg(Field) or DSL.jsonbArrayAgg(Field) functions where the ORDER BY clause can be defined.
Author:
Lukas Eder