Uses of Class
com.metamatrix.query.sql.symbol.SearchedCaseExpression

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

Uses of SearchedCaseExpression in com.metamatrix.query.optimizer.relational.rules
 

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

Uses of SearchedCaseExpression in com.metamatrix.query.parser
 

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

Uses of SearchedCaseExpression in com.metamatrix.query.resolver.util
 

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

Uses of SearchedCaseExpression in com.metamatrix.query.sql
 

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

Uses of SearchedCaseExpression in com.metamatrix.query.sql.navigator
 

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

Uses of SearchedCaseExpression in com.metamatrix.query.sql.visitor
 

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

Uses of SearchedCaseExpression in com.metamatrix.query.validator
 

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



Copyright © 2009. All Rights Reserved.