Class SinFunction

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

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