Class SumFunction

All Implemented Interfaces:
SQLMethod

public class SumFunction extends SimpleNumericAggregateMethod
Expression handler to invoke the SQL SUM aggregation function. For use in evaluating SUM({expr}) where the RDBMS supports this function. Returns a NumericExpression "SUM({numericExpr})".