Uses of Interface
org.jooq.JSONArrayAggNullStep
- 
Packages that use JSONArrayAggNullStep Package Description org.jooq This package contains jOOQ's public API.
- 
- 
Uses of JSONArrayAggNullStep in org.jooqSubinterfaces of JSONArrayAggNullStep in org.jooq Modifier and Type Interface Description interfaceJSONArrayAggOrderByStep<J>A step in the construction ofDSL.jsonArrayAgg(Field)orDSL.jsonbArrayAgg(Field)functions where theORDER BYclause can be defined.Methods in org.jooq that return JSONArrayAggNullStep Modifier and Type Method Description @NotNull JSONArrayAggNullStep<J>JSONArrayAggOrderByStep. orderBy(Collection<? extends OrderField<?>> fields)Add anORDER BYclause to the function.@NotNull JSONArrayAggNullStep<J>JSONArrayAggOrderByStep. orderBy(OrderField<?>... fields)Add anORDER BYclause to the function.
 
-