Class CotFunction

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

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