Uses of Class
org.datanucleus.store.rdbms.sql.expression.NumericExpression
-
Packages that use NumericExpression Package Description org.datanucleus.store.rdbms.sql.expression 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.expression Modifier and Type Class Description class
AggregateNumericExpression
Expression for an aggregate function.class
ByteExpression
Representation of a Byte expression in a Query.class
ByteLiteral
Representation of a Byte literal.class
CaseNumericExpression
Case expression such asclass
FloatingPointLiteral
Representation of a FloatPoint literal in a query.class
IntegerLiteral
Representation of an Integer literal.class
NumericSubqueryExpression
Numeric expression to wrap a subquery.Methods in org.datanucleus.store.rdbms.sql.expression that return NumericExpression Modifier and Type Method Description static NumericExpression
ExpressionUtils. getNumericExpression(SQLExpression expr)
Method to return a numeric expression for the supplied SQL expression.
-