Package | Description |
---|---|
org.hibernate.dialect.function |
A framework for defining database-specific SQL functions
that are available via the dialect.
|
org.hibernate.spatial.dialect.hana |
Modifier and Type | Class and 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 as
StandardSQLFunction ,
except that here the parentheses are not included when no arguments are given. |
class |
DB2SubstringFunction
When "substring" function is used for DB2, this implementation of
StandardSQLFunction
will render "substr" or "substring", depending on the last argument being used. |
static class |
StandardAnsiSqlAggregationFunctions.AvgFunction
Definition of a standard ANSI SQL compliant AVG function
|
static class |
StandardAnsiSqlAggregationFunctions.CountFunction
Definition of a standard ANSI SQL compliant COUNT function
|
static class |
StandardAnsiSqlAggregationFunctions.MaxFunction
Definition of a standard ANSI SQL compliant MAX function
|
static class |
StandardAnsiSqlAggregationFunctions.MinFunction
Definition of a standard ANSI SQL compliant MIN function
|
static class |
StandardAnsiSqlAggregationFunctions.SumFunction
Definition of a standard ANSI SQL compliant SUM function
|
class |
StandardJDBCEscapeFunction
Analogous to
StandardSQLFunction
except that standard JDBC escape sequences (i.e. |
Modifier and Type | Class and Description |
---|---|
class |
HANASpatialAggregate |
class |
HANASpatialFunction |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.