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