All Implemented Interfaces:
Expression
Direct Known Subclasses:
MathDoubleExpression.Power, MathDoubleExpression.Round

public abstract class MathDoubleExpression extends AbstractDoubleEncapsulatedExpression
Math double argument functions expressions.
  • Constructor Details

    • MathDoubleExpression

      protected MathDoubleExpression(AbstractExpression parent, String identifier)
      Creates a new instance of math double argument function expression.
      Parameters:
      parent - The parent of this expression
      identifier - The JPQL identifier that starts this expression
  • Method Details