Class CosFunction

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

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