Uses of Interface
org.jooq.JSONArrayAggOrderByStep
Packages that use JSONArrayAggOrderByStep
-
Uses of JSONArrayAggOrderByStep in org.jooq.impl
Methods in org.jooq.impl that return JSONArrayAggOrderByStepModifier 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.