Uses of Interface
org.jooq.JSONObjectAggReturningStep
-
Uses of JSONObjectAggReturningStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction ofDSL.jsonObjectAgg(JSONEntry)
orDSL.jsonbObjectAgg(JSONEntry)
functions where theNULL
clause can be defined.Modifier and TypeMethodDescription@NotNull JSONObjectAggReturningStep<T>
JSONObjectAggNullStep.absentOnNull()
ExcludeNULL
values in output JSON.@NotNull JSONObjectAggReturningStep<T>
JSONObjectAggNullStep.nullOnNull()
IncludeNULL
values in output JSON.