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

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

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

Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionNested
 ValueExpressionNested SQLQueryModelFactory.createValueExpressionNested()
          Returns a new object of class 'Value Expression Nested'.
 ValueExpressionNested QueryValueExpression.getNest()
          Returns the value of the 'Nest' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionNested
 void QueryValueExpression.setNest(ValueExpressionNested value)
          Sets the value of the 'Nest' container reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpressionNested
 class ValueExpressionNestedImpl
           An implementation of the model object 'SQL Value Expression Nested'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionNested
 ValueExpressionNested SQLQueryModelFactoryImpl.createValueExpressionNested()
           
 ValueExpressionNested QueryValueExpressionImpl.getNest()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ValueExpressionNested
 NotificationChain QueryValueExpressionImpl.basicSetNest(ValueExpressionNested newNest, NotificationChain msgs)
           
 void QueryValueExpressionImpl.setNest(ValueExpressionNested newNest)
           
 

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

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



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