Uses of Interface
org.jooq.JSONObjectAggNullStep
-
Uses of JSONObjectAggNullStep in org.jooq.impl
Modifier 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.