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