Uses of Class
org.hibernate.dialect.function.StandardSQLFunction
-
Packages that use StandardSQLFunction Package Description org.hibernate.dialect.function org.hibernate.spatial.dialect.hana -
-
Uses of StandardSQLFunction in org.hibernate.dialect.function
Subclasses of StandardSQLFunction in org.hibernate.dialect.function Modifier and Type Class Description classAvgWithArgumentCastFunctionSome databases strictly return the type of the aggregation value for AVG which is problematic in the case of averaging integers because the decimals will be dropped.classConditionalParenthesisFunctionEssentially the same asStandardSQLFunction, except that here the parentheses are not included when no arguments are given.classDB2SubstringFunctionWhen "substring" function is used for DB2, this implementation ofStandardSQLFunctionwill render "substr" or "substring", depending on the last argument being used.static classStandardAnsiSqlAggregationFunctions.AvgFunctionDefinition of a standard ANSI SQL compliant AVG functionstatic classStandardAnsiSqlAggregationFunctions.CountFunctionDefinition of a standard ANSI SQL compliant COUNT functionstatic classStandardAnsiSqlAggregationFunctions.MaxFunctionDefinition of a standard ANSI SQL compliant MAX functionstatic classStandardAnsiSqlAggregationFunctions.MinFunctionDefinition of a standard ANSI SQL compliant MIN functionstatic classStandardAnsiSqlAggregationFunctions.SumFunctionDefinition of a standard ANSI SQL compliant SUM functionclassStandardJDBCEscapeFunctionAnalogous toStandardSQLFunctionexcept that standard JDBC escape sequences (i.e. -
Uses of StandardSQLFunction in org.hibernate.spatial.dialect.hana
Subclasses of StandardSQLFunction in org.hibernate.spatial.dialect.hana Modifier and Type Class Description classHANASpatialAggregateclassHANASpatialFunction
-