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.util   
org.eclipse.datatools.sqltools.sqlbuilder.model   
 

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.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'.
 

Uses of ValueExpressionCase in org.eclipse.datatools.sqltools.sqlbuilder.model
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return ValueExpressionCase
 ValueExpressionCase CaseHelper.getSQLCaseExpression()