Uses of Class
org.teiid.query.sql.symbol.SearchedCaseExpression
-
-
Uses of SearchedCaseExpression in org.teiid.query.optimizer.relational.rules
Methods in org.teiid.query.optimizer.relational.rules with parameters of type SearchedCaseExpression Modifier and Type Method Description void
CriteriaCapabilityValidatorVisitor. visit(SearchedCaseExpression obj)
-
Uses of SearchedCaseExpression in org.teiid.query.parser
Methods in org.teiid.query.parser that return SearchedCaseExpression Modifier and Type Method Description SearchedCaseExpression
SQLParser. searchedCaseExpression(ParseInfo info)
-
Uses of SearchedCaseExpression in org.teiid.query.resolver.util
Methods in org.teiid.query.resolver.util with parameters of type SearchedCaseExpression Modifier and Type Method Description void
ResolverVisitor. visit(SearchedCaseExpression obj)
-
Uses of SearchedCaseExpression in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type SearchedCaseExpression Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
ExpressionMappingVisitor. visit(SearchedCaseExpression obj)
void
SQLStringVisitor. visit(SearchedCaseExpression obj)
-