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

Packages that use ValueExpressionCaseElse
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
 

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

Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionCaseElse
 ValueExpressionCaseElse SQLQueryModelFactory.createValueExpressionCaseElse()
          Returns a new object of class 'Value Expression Case Else'.
 ValueExpressionCaseElse ValueExpressionCase.getCaseElse()
          Returns the value of the 'Case Else' containment reference.
 ValueExpressionCaseElse QueryValueExpression.getValueExprCaseElse()
          Returns the value of the 'Value Expr Case Else' container reference.
 

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

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

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

Uses of ValueExpressionCaseElse in org.eclipse.datatools.sqltools.parsers.sql.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return ValueExpressionCaseElse
 ValueExpressionCaseElse SQLQueryParserFactory.createCaseElse(QueryValueExpression expr)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type ValueExpressionCaseElse
 ValueExpressionCaseSearch SQLQueryParserFactory.createCaseSearchExpression(java.util.List aCaseSearchWhenList, ValueExpressionCaseElse aCaseElse)
           
 ValueExpressionCaseSimple SQLQueryParserFactory.createCaseSimpleExpression(QueryValueExpression aCaseValue, java.util.List aCaseSimpleWhenList, ValueExpressionCaseElse aCaseElse)