Uses of Interface
org.jooq.JSONArrayAggOrderByStep
-
Packages that use JSONArrayAggOrderByStep Package Description org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of JSONArrayAggOrderByStep in org.jooq.impl
Methods in org.jooq.impl that return JSONArrayAggOrderByStep Modifier and Type Method Description static @NotNull JSONArrayAggOrderByStep<JSON>
DSL. jsonArrayAgg(Field<?> value)
The JSON array aggregate function.static @NotNull JSONArrayAggOrderByStep<JSONB>
DSL. jsonbArrayAgg(Field<?> value)
The JSON array aggregate function.
-