Class TanhFunction

  • All Implemented Interfaces:
    SQLMethod

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