| Package | Description |
|---|---|
| org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes
This package provides implementations for the jOOQ API from
org.jooq, whose interfaces are constructed mostly through the
Factory class, which hides implementation facts from
the public API |
| Modifier and Type | Method and Description |
|---|---|
static OrderedAggregateFunction<String> |
Factory.listAgg(Field<?> field)
Get the aggregated concatenation for a field.
|
static OrderedAggregateFunction<String> |
Factory.listAgg(Field<?> field,
String separator)
Get the aggregated concatenation for a field.
|
Copyright © 2013. All Rights Reserved.