Uses of Class
org.eclipse.persistence.jpa.jpql.parser.MathSingleExpression
Package
Description
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
Modifier and TypeClassDescriptionstatic final class
TheCEILING
function takes a numeric argument and return a number (integer, float, or double) of the same type as the argument.static final class
TheEXP
function takes a numeric argument and returns a double.static final class
TheFLOOR
function takes a numeric argument and returns a number (integer, float, or double) of the same type as the argument.static final class
TheLN
function takes a numeric argument and returns a double.static final class
TheSIGN
function takes a numeric argument and returns an integer.