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)