| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StandardSQLFunction | |
|---|---|
| org.hibernate.dialect.function | A framework for defining database-specific SQL functions that are available via the dialect. | 
| Uses of StandardSQLFunction in org.hibernate.dialect.function | 
|---|
| Subclasses of StandardSQLFunction in org.hibernate.dialect.function | |
|---|---|
|  class | AvgWithArgumentCastFunctionSome databases strictly return the type of the of the aggregation value for AVG which is problematic in the case of averaging integers because the decimals will be dropped. | 
|  class | ClassicAvgFunctionClassic AVG sqlfunction that return types as it was done in Hibernate 3.1 | 
|  class | ClassicCountFunctionClassic COUNT sqlfunction that return types as it was done in Hibernate 3.1 | 
|  class | ClassicSumFunctionClassic SUM sqlfunction that return types as it was done in Hibernate 3.1 | 
|  class | ConditionalParenthesisFunctionEssentially the same as StandardSQLFunction,
 except that here the parentheses are not included when no arguments are given. | 
| static class | StandardAnsiSqlAggregationFunctions.AvgFunctionDefinition of a standard ANSI SQL compliant AVG function | 
| static class | StandardAnsiSqlAggregationFunctions.CountFunctionDefinition of a standard ANSI SQL compliant COUNT function | 
| static class | StandardAnsiSqlAggregationFunctions.MaxFunction | 
| static class | StandardAnsiSqlAggregationFunctions.MinFunction | 
| static class | StandardAnsiSqlAggregationFunctions.SumFunction | 
|  class | StandardJDBCEscapeFunctionAnalogous to StandardSQLFunctionexcept that standard JDBC escape sequences (i.e. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||