Class 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