Uses of Interface
org.jooq.GroupConcatSeparatorStep
-
Uses of GroupConcatSeparatorStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
MySQL'sGROUP_CONCAT
function.Modifier and TypeMethodDescription@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.