public static class StandardAnsiSqlAggregationFunctions.SumFunction extends StandardSQLFunction
Modifier and Type | Field and Description |
---|---|
static StandardAnsiSqlAggregationFunctions.SumFunction |
INSTANCE |
Constructor and Description |
---|
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, toString
public static final StandardAnsiSqlAggregationFunctions.SumFunction INSTANCE
protected final int determineJdbcTypeCode(Type type, Mapping mapping) throws QueryException
QueryException
public Type getReturnType(Type firstArgumentType, Mapping mapping)
StandardSQLFunction
SQLFunction.render(org.hibernate.type.Type, java.util.List, org.hibernate.engine.SessionFactoryImplementor)
getReturnType
in interface SQLFunction
getReturnType
in class StandardSQLFunction
firstArgumentType
- The type of the first argumentmapping
- The mapping source.Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved