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.jooq
Subinterfaces of JSONArrayAggNullStep in org.jooq Modifier and Type Interface Description interface
JSONArrayAggOrderByStep<J>
A step in the construction ofDSL.jsonArrayAgg(Field)
orDSL.jsonbArrayAgg(Field)
functions where theORDER BY
clause 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 BY
clause to the function.@NotNull JSONArrayAggNullStep<J>
JSONArrayAggOrderByStep. orderBy(OrderField<?>... fields)
Add anORDER BY
clause to the function.
-