public class StandardAnsiSqlAggregationFunctions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StandardAnsiSqlAggregationFunctions.AvgFunction
Definition of a standard ANSI SQL compliant AVG function
|
static class |
StandardAnsiSqlAggregationFunctions.CountFunction
Definition of a standard ANSI SQL compliant COUNT function
|
static class |
StandardAnsiSqlAggregationFunctions.MaxFunction |
static class |
StandardAnsiSqlAggregationFunctions.MinFunction |
static class |
StandardAnsiSqlAggregationFunctions.SumFunction |
Constructor and Description |
---|
StandardAnsiSqlAggregationFunctions() |
public static void primeFunctionMap(Map<String,SQLFunction> functionMap)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.