Class MathSingleExpression.Exp

All Implemented Interfaces:
Expression
Enclosing class:
MathSingleExpression

public static final class MathSingleExpression.Exp extends MathSingleExpression
The EXP function takes a numeric argument and returns a double.
Jakarta Persistence 3.1:
BNF: expression ::= EXP(arithmetic_expression)
  • Constructor Details

    • Exp

      public Exp(AbstractExpression parent)
      Creates a new instance of EXP math function expression.
      Parameters:
      parent - The parent of this expression
  • Method Details