Uses of Class
org.teiid.query.sql.lang.SetClause
-
Packages that use SetClause Package Description org.teiid.query.resolver.util org.teiid.query.sql org.teiid.query.sql.lang org.teiid.query.sql.navigator org.teiid.query.sql.visitor -
-
Uses of SetClause in org.teiid.query.resolver.util
Methods in org.teiid.query.resolver.util with parameters of type SetClause Modifier and Type Method Description void
ResolverVisitor. visit(SetClause obj)
-
Uses of SetClause in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type SetClause Modifier and Type Method Description void
LanguageVisitor. visit(SetClause obj)
-
Uses of SetClause in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return types with arguments of type SetClause Modifier and Type Method Description List<SetClause>
SetClauseList. getClauses()
Methods in org.teiid.query.sql.lang with parameters of type SetClause Modifier and Type Method Description void
SetClauseList. addClause(SetClause clause)
Constructor parameters in org.teiid.query.sql.lang with type arguments of type SetClause Constructor Description SetClauseList(List<SetClause> setClauses)
-
Uses of SetClause in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type SetClause Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(SetClause obj)
-
Uses of SetClause in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type SetClause Modifier and Type Method Description void
AbstractSymbolMappingVisitor. visit(SetClause obj)
void
ExpressionMappingVisitor. visit(SetClause obj)
void
SQLStringVisitor. visit(SetClause obj)
-