Class MathSingleExpression.Floor

All Implemented Interfaces:
Expression
Enclosing class:
MathSingleExpression

public static final class MathSingleExpression.Floor extends MathSingleExpression
The FLOOR function takes a numeric argument and returns a number (integer, float, or double) of the same type as the argument.
Jakarta Persistence 3.1:
BNF: expression ::= FLOOR(arithmetic_expression)
  • Constructor Details

    • Floor

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