Class RadiansFunction

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

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