Uses of Interface
org.jooq.JSONObjectAggNullStep
Packages that use JSONObjectAggNullStep
-
Uses of JSONObjectAggNullStep in org.jooq.impl
Methods in org.jooq.impl that return JSONObjectAggNullStepModifier and TypeMethodDescriptionstatic @NotNull JSONObjectAggNullStep<JSONB> DSL.jsonbObjectAgg(String key, Field<?> value) The JSONB object aggregate function.static @NotNull JSONObjectAggNullStep<JSONB> DSL.jsonbObjectAgg(Field<?> field) The JSONB object aggregate function.static @NotNull JSONObjectAggNullStep<JSONB> DSL.jsonbObjectAgg(Field<String> key, Field<?> value) The JSONB object aggregate function.static @NotNull JSONObjectAggNullStep<JSONB> DSL.jsonbObjectAgg(JSONEntry<?> entry) The JSONB object aggregate function.static @NotNull JSONObjectAggNullStep<JSON> DSL.jsonObjectAgg(String key, Field<?> value) The JSON object aggregate function.static @NotNull JSONObjectAggNullStep<JSON> DSL.jsonObjectAgg(Field<?> value) The JSON object aggregate function.static @NotNull JSONObjectAggNullStep<JSON> DSL.jsonObjectAgg(Field<String> key, Field<?> value) The JSON object aggregate function.static @NotNull JSONObjectAggNullStep<JSON> DSL.jsonObjectAgg(JSONEntry<?> entry) The JSON object aggregate function.