Class PowerFunction

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

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