Class SinhFunction

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