Class TanFunction

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

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