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

Packages that use ValueExpressionCaseSearchContent
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.caseexpr   
 

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

Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionCaseSearchContent
 ValueExpressionCaseSearchContent SQLQueryModelFactory.createValueExpressionCaseSearchContent()
          Returns a new object of class 'Value Expression Case Search Content'.
 ValueExpressionCaseSearchContent QueryValueExpression.getValueExprCaseSearchContent()
          Returns the value of the 'Value Expr Case Search Content' container reference.
 ValueExpressionCaseSearchContent QuerySearchCondition.getValueExprCaseSearchContent()
          Returns the value of the 'Value Expr Case Search Content' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionCaseSearchContent
 void QueryValueExpression.setValueExprCaseSearchContent(ValueExpressionCaseSearchContent value)
          Sets the value of the 'Value Expr Case Search Content' container reference.
 void QuerySearchCondition.setValueExprCaseSearchContent(ValueExpressionCaseSearchContent value)
          Sets the value of the 'Value Expr Case Search Content' container reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return ValueExpressionCaseSearchContent
 ValueExpressionCaseSearchContent SQLQueryParserFactory.createCaseSearchContent(QuerySearchCondition aWhenCond, QueryValueExpression aExpr)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type ValueExpressionCaseSearchContent
 java.util.List SQLQueryParserFactory.createCaseSearchList(java.util.List aCaseSearchList, ValueExpressionCaseSearchContent aCaseSearchContent)
           
 

Uses of ValueExpressionCaseSearchContent in org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.caseexpr
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.caseexpr that return ValueExpressionCaseSearchContent
 ValueExpressionCaseSearchContent CaseSearchWhenContentElement.getSQLCaseSearchWhenContent(int i)
           
 

Constructors in org.eclipse.datatools.sqltools.sqlbuilder.expressionbuilder.caseexpr with parameters of type ValueExpressionCaseSearchContent
CaseSearchWhenContentElement(SQLDomainModel domainModel, SQLQueryObject sqlStmt, ValueExpressionCaseSearch caseSearchClause, ValueExpressionCaseSearchContent content, Predicate predicate, int clauseNumber, boolean firstClause)