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 classAggregateNumericExpressionExpression for an aggregate function.classByteExpressionRepresentation of a Byte expression in a Query.classByteLiteralRepresentation of a Byte literal.classCaseNumericExpressionCase expression such asclassFloatingPointLiteralRepresentation of a FloatPoint literal in a query.classIntegerLiteralRepresentation of an Integer literal.classNumericSubqueryExpressionNumeric expression to wrap a subquery.Methods in org.datanucleus.store.rdbms.sql.expression that return NumericExpression Modifier and Type Method Description static NumericExpressionExpressionUtils. getNumericExpression(SQLExpression expr)Method to return a numeric expression for the supplied SQL expression.
-