Uses of Interface
org.jooq.GroupConcatSeparatorStep
-
Packages that use GroupConcatSeparatorStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of GroupConcatSeparatorStep in org.jooq
Subinterfaces of GroupConcatSeparatorStep in org.jooq Modifier and Type Interface Description interface
GroupConcatOrderByStep
MySQL'sGROUP_CONCAT
function.Methods in org.jooq that return GroupConcatSeparatorStep Modifier and Type Method Description @NotNull GroupConcatSeparatorStep
GroupConcatOrderByStep. orderBy(Collection<? extends OrderField<?>> fields)
Add anORDER BY
clause to the function.@NotNull GroupConcatSeparatorStep
GroupConcatOrderByStep. orderBy(OrderField<?>... fields)
Add anORDER BY
clause to the function.
-