public static class StandardAnsiSqlAggregationFunctions.SumFunction extends StandardSQLFunction
| Modifier and Type | Field and Description |
|---|---|
static StandardAnsiSqlAggregationFunctions.SumFunction |
INSTANCE |
| Constructor and Description |
|---|
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
public StandardAnsiSqlAggregationFunctions.SumFunction()
protected final int determineJdbcTypeCode(Type type, Mapping mapping) throws QueryException
QueryExceptionpublic Type getReturnType(Type firstArgumentType, Mapping mapping)
StandardSQLFunctionSQLFunction.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.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.