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 class
AvgWithArgumentCastFunction
Some 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
ConditionalParenthesisFunction
Essentially the same asStandardSQLFunction
, except that here the parentheses are not included when no arguments are given.class
DB2SubstringFunction
When "substring" function is used for DB2, this implementation ofStandardSQLFunction
will render "substr" or "substring", depending on the last argument being used.static class
StandardAnsiSqlAggregationFunctions.AvgFunction
Definition of a standard ANSI SQL compliant AVG functionstatic class
StandardAnsiSqlAggregationFunctions.CountFunction
Definition of a standard ANSI SQL compliant COUNT functionstatic class
StandardAnsiSqlAggregationFunctions.MaxFunction
Definition of a standard ANSI SQL compliant MAX functionstatic class
StandardAnsiSqlAggregationFunctions.MinFunction
Definition of a standard ANSI SQL compliant MIN functionstatic class
StandardAnsiSqlAggregationFunctions.SumFunction
Definition of a standard ANSI SQL compliant SUM functionclass
StandardJDBCEscapeFunction
Analogous toStandardSQLFunction
except 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 class
HANASpatialAggregate
class
HANASpatialFunction
-