Class MinFunction

All Implemented Interfaces:
SQLMethod

public class MinFunction extends SimpleOrderableAggregateMethod
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