Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupConcatOrderByStep
MySQL's
GROUP_CONCAT function. |
Modifier and Type | Method and Description |
---|---|
GroupConcatSeparatorStep |
GroupConcatOrderByStep.orderBy(Collection<? extends SortField<?>> fields)
Add an
ORDER BY clause to the query |
GroupConcatSeparatorStep |
GroupConcatOrderByStep.orderBy(Field<?>... fields)
Add an
ORDER BY clause to the query |
GroupConcatSeparatorStep |
GroupConcatOrderByStep.orderBy(SortField<?>... fields)
Add an
ORDER BY clause to the query |
Copyright © 2014. All Rights Reserved.