Module org.jooq
Package org.jooq

Interface GroupConcatOrderByStep

All Superinterfaces:
AggregateFilterStep<String>, AggregateFunction<String>, Field<String>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupConcatSeparatorStep, GroupField, Named, OrderField<String>, QueryPart, SelectField<String>, SelectFieldOrAsterisk, Serializable, TableElement, Typed<String>, WindowBeforeOverStep<String>, WindowOverStep<String>

public interface GroupConcatOrderByStep extends GroupConcatSeparatorStep
MySQL's GROUP_CONCAT function.
Author:
Lukas Eder
See Also: