Class SqrtFunction

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

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