Uses of Class
org.datanucleus.store.rdbms.sql.expression.NumericExpression

Packages that use NumericExpression
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
 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 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
static NumericExpression ExpressionUtils.getNumericExpression(SQLExpression expr)
          Method to return a numeric expression for the supplied SQL expression.
 



Copyright © 2012. All Rights Reserved.