Uses of Class
org.teiid.query.sql.symbol.SearchedCaseExpression

Packages that use SearchedCaseExpression
org.teiid.query.optimizer.relational.rules   
org.teiid.query.parser   
org.teiid.query.resolver.util   
org.teiid.query.sql   
org.teiid.query.sql.navigator   
org.teiid.query.sql.visitor   
org.teiid.query.validator   
 

Uses of SearchedCaseExpression in org.teiid.query.optimizer.relational.rules
 

Methods in org.teiid.query.optimizer.relational.rules with parameters of type SearchedCaseExpression
 void CriteriaCapabilityValidatorVisitor.visit(SearchedCaseExpression obj)
           
 

Uses of SearchedCaseExpression in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return SearchedCaseExpression
 SearchedCaseExpression SQLParser.searchedCaseExpression(ParseInfo info)
          Parse a searched CASE expression.
 

Uses of SearchedCaseExpression in org.teiid.query.resolver.util
 

Methods in org.teiid.query.resolver.util with parameters of type SearchedCaseExpression
 void ResolverVisitor.visit(SearchedCaseExpression obj)
           
 

Uses of SearchedCaseExpression in org.teiid.query.sql
 

Methods in org.teiid.query.sql with parameters of type SearchedCaseExpression
 void LanguageVisitor.visit(SearchedCaseExpression obj)
           
 

Uses of SearchedCaseExpression in org.teiid.query.sql.navigator
 

Methods in org.teiid.query.sql.navigator with parameters of type SearchedCaseExpression
 void PreOrPostOrderNavigator.visit(SearchedCaseExpression obj)
           
 

Uses of SearchedCaseExpression in org.teiid.query.sql.visitor
 

Methods in org.teiid.query.sql.visitor with parameters of type SearchedCaseExpression
 void SQLStringVisitor.visit(SearchedCaseExpression obj)
           
 void ExpressionMappingVisitor.visit(SearchedCaseExpression obj)
           
 

Uses of SearchedCaseExpression in org.teiid.query.validator
 

Methods in org.teiid.query.validator with parameters of type SearchedCaseExpression
 void AggregateValidationVisitor.visit(SearchedCaseExpression obj)
           
 



Copyright © 2010. All Rights Reserved.