org.hibernate.dialect.function
Class StandardAnsiSqlAggregationFunctions.SumFunction
java.lang.Object
   org.hibernate.dialect.function.StandardSQLFunction
org.hibernate.dialect.function.StandardSQLFunction
       org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
- All Implemented Interfaces: 
- SQLFunction
- Enclosing class:
- StandardAnsiSqlAggregationFunctions
- public static class StandardAnsiSqlAggregationFunctions.SumFunction 
- extends StandardSQLFunction
 
 
 
 
 
INSTANCE
public static final StandardAnsiSqlAggregationFunctions.SumFunction INSTANCE
StandardAnsiSqlAggregationFunctions.SumFunction
public StandardAnsiSqlAggregationFunctions.SumFunction()
determineJdbcTypeCode
protected final int determineJdbcTypeCode(Type type,
                                          Mapping mapping)
                                   throws QueryException
- 
- Throws:
- QueryException
 
getReturnType
public Type getReturnType(Type firstArgumentType,
                          Mapping mapping)
- Description copied from class: StandardSQLFunction
- The return type of the function.  May be either a concrete type which is preset, or variable depending upon
 the type of the first function argument.
 
 Note, the 'firstArgumentType' parameter should match the one passed into SQLFunction.render(org.hibernate.type.Type, java.util.List, org.hibernate.engine.SessionFactoryImplementor)
 
- 
- Specified by:
- getReturnTypein interface- SQLFunction
- Overrides:
- getReturnTypein class- StandardSQLFunction
 
- 
- Parameters:
- firstArgumentType- The type of the first argument
- mapping- The mapping source.
- Returns:
- The type to be expected as a return.
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.