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