Class CoshFunction

java.lang.Object
org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
org.datanucleus.store.rdbms.sql.method.CoshFunction
All Implemented Interfaces:
SQLMethod

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