Uses of Class
org.eclipse.persistence.jpa.jpql.parser.MathSingleExpression
-
Packages that use MathSingleExpression Package Description org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of MathSingleExpression in org.eclipse.persistence.jpa.jpql.parser
Subclasses of MathSingleExpression in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description static classMathSingleExpression.CeilingTheCEILINGfunction takes a numeric argument and return a number (integer, float, or double) of the same type as the argument.static classMathSingleExpression.ExpTheEXPfunction takes a numeric argument and returns a double.static classMathSingleExpression.FloorTheFLOORfunction takes a numeric argument and returns a number (integer, float, or double) of the same type as the argument.static classMathSingleExpression.LnTheLNfunction takes a numeric argument and returns a double.static classMathSingleExpression.SignTheSIGNfunction takes a numeric argument and returns an integer.
-