public final class AggregateFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static AggregateFunction |
count(SqlColumn column) |
static AggregateFunction |
distinct(SqlColumn column) |
static AggregateFunction |
max(SqlColumn column) |
public static AggregateFunction max(SqlColumn column)
public static AggregateFunction count(SqlColumn column)
public static AggregateFunction distinct(SqlColumn column)
Copyright © 2019. All rights reserved.