public static class StandardAnsiSqlAggregationFunctions.CountFunction extends StandardSQLFunction
Modifier and Type | Field and Description |
---|---|
static StandardAnsiSqlAggregationFunctions.CountFunction |
INSTANCE
Singleton access
|
Modifier | Constructor and Description |
---|---|
protected |
CountFunction() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
render(Type firstArgumentType,
java.util.List arguments,
SessionFactoryImplementor factory)
Render the function call as SQL fragment.
|
getName, getRenderedName, getReturnType, getType, hasArguments, hasParenthesesIfNoArguments, toString
public static final StandardAnsiSqlAggregationFunctions.CountFunction INSTANCE
public java.lang.String render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor factory)
SQLFunction
SQLFunction.getReturnType(org.hibernate.type.Type, org.hibernate.engine.spi.Mapping)
render
in interface SQLFunction
render
in class StandardSQLFunction
firstArgumentType
- The type of the first argumentarguments
- The function argumentsfactory
- The SessionFactoryCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.