Module eclipselink

Class MathSingleExpression.Ceiling

  • All Implemented Interfaces:
    Expression
    Enclosing class:
    MathSingleExpression

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

      • Ceiling

        public Ceiling​(AbstractExpression parent)
        Creates a new instance of CEILING math function expression.
        Parameters:
        parent - The parent of this expression