public static class StandardAnsiSqlAggregationFunctions.CountFunction extends StandardSQLFunction
| Modifier and Type | Field and Description |
|---|---|
static StandardAnsiSqlAggregationFunctions.CountFunction |
INSTANCE |
| Constructor and Description |
|---|
StandardAnsiSqlAggregationFunctions.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, getReturnType, getType, hasArguments, hasParenthesesIfNoArguments, toStringpublic static final StandardAnsiSqlAggregationFunctions.CountFunction INSTANCE
public StandardAnsiSqlAggregationFunctions.CountFunction()
public java.lang.String render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor factory)
StandardSQLFunctionSQLFunction.getReturnType(org.hibernate.type.Type, org.hibernate.engine.Mapping)render in interface SQLFunctionrender in class StandardSQLFunctionfirstArgumentType - The type of the first argumentarguments - The function argumentsfactory - The SessionFactoryCopyright © 2013. All Rights Reserved.