Module eclipselink

Class MathDoubleExpression.Power

  • All Implemented Interfaces:
    Expression
    Enclosing class:
    MathDoubleExpression

    public static final class MathDoubleExpression.Power
    extends MathDoubleExpression
    The POWER function takes two numeric arguments and returns a double.
    Jakarta Persistence 3.1:
    BNF: expression ::= POWER(arithmetic_expression)