Class TanhFunction

java.lang.Object
org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
org.datanucleus.store.rdbms.sql.method.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})".