Uses of Interface
org.jooq.OrderedAggregateFunction

Packages that use OrderedAggregateFunction
org.jooq.impl   
 

Uses of OrderedAggregateFunction in org.jooq.impl
 

Methods in org.jooq.impl that return OrderedAggregateFunction
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 © 2012. All Rights Reserved.