Module org.jooq
Package org.jooq

Interface GroupConcatSeparatorStep

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

public interface GroupConcatSeparatorStep extends AggregateFunction<String>
MySQL's GROUP_CONCAT function.
Author:
Lukas Eder
See Also: