Uses of Interface
org.jooq.JSONArrayAggOrderByStep
-
Uses of JSONArrayAggOrderByStep in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @NotNull JSONArrayAggOrderByStep<JSON>
DSL.jsonArrayAgg
(Field<?> value) The JSON array aggregate function.static @NotNull JSONArrayAggOrderByStep<JSON>
DSL.jsonArrayAggDistinct
(Field<?> value) The JSON array aggregate function.static @NotNull JSONArrayAggOrderByStep<JSONB>
DSL.jsonbArrayAgg
(Field<?> value) The JSON array aggregate function.static @NotNull JSONArrayAggOrderByStep<JSONB>
DSL.jsonbArrayAggDistinct
(Field<?> value) The JSON array aggregate function.