Uses of Class
org.datanucleus.store.rdbms.sql.expression.NumericExpression
Packages that use NumericExpression
Package
Description
Series of expressions representing conditions in SQL statements.
-
Uses of NumericExpression in org.datanucleus.store.rdbms.sql.expression
Subclasses of NumericExpression in org.datanucleus.store.rdbms.sql.expressionModifier and TypeClassDescriptionclass
Expression for an aggregate function.class
Representation of a Byte expression in a Query.class
Representation of a Byte literal.class
Case expression such asclass
Representation of a FloatPoint literal in a query.class
Representation of an Integer literal.class
Numeric expression to wrap a subquery.Methods in org.datanucleus.store.rdbms.sql.expression that return NumericExpressionModifier and TypeMethodDescriptionstatic NumericExpression
ExpressionUtils.getNumericExpression
(SQLExpression expr) Method to return a numeric expression for the supplied SQL expression.