Class ExpFunction

  • All Implemented Interfaces:
    SQLMethod

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