Uses of Interface
org.eclipse.datatools.modelbase.sql.query.ValueExpressionVariable

Packages that use ValueExpressionVariable
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

Uses of ValueExpressionVariable in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionVariable
 ValueExpressionVariable SQLQueryModelFactory.createValueExpressionVariable()
          Returns a new object of class 'Value Expression Variable'.
 

Uses of ValueExpressionVariable in org.eclipse.datatools.modelbase.sql.query.helper
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type ValueExpressionVariable
static void ValueExpressionHelper.resolveValueExpressionVariableDatatype(ValueExpressionVariable aVarExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Tries to determine and set the datatype of the given variable value expression, using the given list of table references.
static Predicate StatementHelper.getPredicateOfVariable(ValueExpressionVariable variable)
          Returns the Predicate of the given variable or null, if the variable has no reference to a Predicate.
 

Uses of ValueExpressionVariable in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpressionVariable
 class ValueExpressionVariableImpl
           An implementation of the model object 'SQL Value Expression Variable'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionVariable
 ValueExpressionVariable SQLQueryModelFactoryImpl.createValueExpressionVariable()
           
 

Uses of ValueExpressionVariable in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValueExpressionVariable
 java.lang.Object SQLQueryModelSwitch.caseValueExpressionVariable(ValueExpressionVariable object)
          Returns the result of interpretting the object as an instance of 'Value Expression Variable'.
 



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.