类 StandardAnsiSqlAggregationFunctions.MaxFunction
- java.lang.Object
-
- org.hibernate.dialect.function.StandardSQLFunction
-
- org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MaxFunction
-
- 所有已实现的接口:
SQLFunction
public static class StandardAnsiSqlAggregationFunctions.MaxFunction extends StandardSQLFunction
Definition of a standard ANSI SQL compliant MAX function
-
-
字段概要
字段 修饰符和类型 字段 说明 static StandardAnsiSqlAggregationFunctions.MaxFunctionINSTANCESingleton access
-
构造器概要
构造器 限定符 构造器 说明 protectedMaxFunction()
-
方法概要
-
从类继承的方法 org.hibernate.dialect.function.StandardSQLFunction
getName, getRenderedName, getReturnType, getType, hasArguments, hasParenthesesIfNoArguments, render, toString
-
-
-
-
字段详细资料
-
INSTANCE
public static final StandardAnsiSqlAggregationFunctions.MaxFunction INSTANCE
Singleton access
-
-