Class MaxFunction
- java.lang.Object
-
- org.datanucleus.store.rdbms.sql.method.SimpleOrderableAggregateMethod
-
- org.datanucleus.store.rdbms.sql.method.MaxFunction
-
- All Implemented Interfaces:
SQLMethod
public class MaxFunction extends SimpleOrderableAggregateMethod
Expression handler to invoke the SQL MAX aggregation function. For use in evaluating MAX({expr}) where the RDBMS supports this function. Returns an Expression "MAX({orderableExpr})", where the orderable expression is either numeric or temporal
-
-
Constructor Summary
Constructors Constructor Description MaxFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getFunctionName()
-
Methods inherited from class org.datanucleus.store.rdbms.sql.method.SimpleOrderableAggregateMethod
getExpression
-
-
-
-
Method Detail
-
getFunctionName
protected String getFunctionName()
- Specified by:
getFunctionName
in classSimpleOrderableAggregateMethod
-
-