public static class StandardAnsiSqlAggregationFunctions.SumFunction extends StandardSQLFunction
| Modifier and Type | Field and Description | 
|---|---|
static StandardAnsiSqlAggregationFunctions.SumFunction | 
INSTANCE
Singleton access 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
StandardAnsiSqlAggregationFunctions.SumFunction()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
determineJdbcTypeCode(Type type,
                     Mapping mapping)  | 
Type | 
getReturnType(Type firstArgumentType,
             Mapping mapping)
The return type of the function. 
 | 
getName, getType, hasArguments, hasParenthesesIfNoArguments, render, toStringpublic static final StandardAnsiSqlAggregationFunctions.SumFunction INSTANCE
protected StandardAnsiSqlAggregationFunctions.SumFunction()
public Type getReturnType(Type firstArgumentType, Mapping mapping)
SQLFunctionSQLFunction.render(org.hibernate.type.Type, java.util.List, org.hibernate.engine.spi.SessionFactoryImplementor)getReturnType in interface SQLFunctiongetReturnType in class StandardSQLFunctionfirstArgumentType - The type of the first argumentmapping - The mapping source.protected final int determineJdbcTypeCode(Type type, Mapping mapping) throws QueryException
QueryExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.