Class SinhFunction

  • All Implemented Interfaces:
    SQLMethod

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