Uses of Interface
org.jooq.JSONArrayAggNullStep
-
Uses of JSONArrayAggNullStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction ofDSL.jsonArrayAgg(Field)
orDSL.jsonbArrayAgg(Field)
functions where theORDER BY
clause can be defined.Modifier and TypeMethodDescription@NotNull JSONArrayAggNullStep<J>
JSONArrayAggOrderByStep.orderBy
(Collection<? extends OrderField<?>> fields) Add anORDER BY
clause to the function.@NotNull JSONArrayAggNullStep<J>
JSONArrayAggOrderByStep.orderBy
(OrderField<?>... fields) Add anORDER BY
clause to the function.