Uses of Class
org.jpox.store.expression.ScalarExpression.ExpressionList

Packages that use ScalarExpression.ExpressionList
org.jpox.store.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
 

Uses of ScalarExpression.ExpressionList in org.jpox.store.expression
 

Fields in org.jpox.store.expression declared as ScalarExpression.ExpressionList
protected  ScalarExpression.ExpressionList ScalarExpression.expressionList
          List of sub-expressions.
 

Methods in org.jpox.store.expression that return ScalarExpression.ExpressionList
 ScalarExpression.ExpressionList ScalarExpression.getExpressionList()
          Returns the expression list.
 ScalarExpression.ExpressionList UnboundVariable.getExpressionList()
           
 



Copyright © -2007 . All Rights Reserved.