Uses of Interface
org.jooq.JSONArrayAggReturningStep
-
Uses of JSONArrayAggReturningStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction ofDSL.jsonArrayAgg(Field)
orDSL.jsonbArrayAgg(Field)
functions where theNULL
clause can be defined.interface
A step in the construction ofDSL.jsonArrayAgg(Field)
orDSL.jsonbArrayAgg(Field)
functions where theORDER BY
clause can be defined.Modifier and TypeMethodDescription@NotNull JSONArrayAggReturningStep<T>
JSONArrayAggNullStep.absentOnNull()
ExcludeNULL
values in output JSON.@NotNull JSONArrayAggReturningStep<T>
JSONArrayAggNullStep.nullOnNull()
IncludeNULL
values in output JSON.