Uses of Interface
org.jooq.GroupConcatOrderByStep
-
Packages that use GroupConcatOrderByStep Package Description org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of GroupConcatOrderByStep in org.jooq.impl
Methods in org.jooq.impl that return GroupConcatOrderByStep Modifier and Type Method Description static @NotNull GroupConcatOrderByStepDSL. groupConcat(Field<?> field)Get the aggregated concatenation for a field.static @NotNull GroupConcatOrderByStepDSL. groupConcatDistinct(Field<?> field)Get the aggregated concatenation for a field.
-