Class PowerFunction

  • All Implemented Interfaces:
    SQLMethod

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