Uses of Interface
org.jooq.GroupConcatSeparatorStep
Packages that use GroupConcatSeparatorStep
-
Uses of GroupConcatSeparatorStep in org.jooq
Subinterfaces of GroupConcatSeparatorStep in org.jooqModifier and TypeInterfaceDescriptioninterface
MySQL'sGROUP_CONCAT
function.Methods in org.jooq that return GroupConcatSeparatorStepModifier 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.