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

Packages that use ValueExpressionCase
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 ValueExpressionCase in org.eclipse.datatools.modelbase.sql.query
 

Subinterfaces of ValueExpressionCase in org.eclipse.datatools.modelbase.sql.query
 interface ValueExpressionCaseSearch
          A representation of the model object 'SQL Value Expression Case Search'.
 interface ValueExpressionCaseSimple
          A representation of the model object 'SQL Value Expression Case Simple'.
 

Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionCase
 ValueExpressionCase ValueExpressionCaseElse.getValueExprCase()
          Returns the value of the 'Value Expr Case' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionCase
 void ValueExpressionCaseElse.setValueExprCase(ValueExpressionCase value)
          Sets the value of the 'Value Expr Case' container reference.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type ValueExpressionCase
static java.util.List ValueExpressionHelper.getVECaseColumns(ValueExpressionCase aValExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Extracts and returns a list of column reference objects from the given ValueExpressionCase object.
static void ValueExpressionHelper.resolveValueExpressionCaseDatatype(ValueExpressionCase aValExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Tries to determine and set the datatype of the given Case value expression.
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpressionCase
 class ValueExpressionCaseImpl
          An implementation of the model object 'SQL Value Expression Case'.
 class ValueExpressionCaseSearchImpl
          An implementation of the model object 'SQL Value Expression Case Search'.
 class ValueExpressionCaseSimpleImpl
          An implementation of the model object 'SQL Value Expression Case Simple'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionCase
 ValueExpressionCase ValueExpressionCaseElseImpl.getValueExprCase()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ValueExpressionCase
 NotificationChain ValueExpressionCaseElseImpl.basicSetValueExprCase(ValueExpressionCase newValueExprCase, NotificationChain msgs)
           
 void ValueExpressionCaseElseImpl.setValueExprCase(ValueExpressionCase newValueExprCase)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValueExpressionCase
 java.lang.Object SQLQueryModelSwitch.caseValueExpressionCase(ValueExpressionCase object)
          Returns the result of interpreting the object as an instance of 'Value Expression Case'.
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.