Uses of Class
org.teiid.language.SetQuery
-
Packages that use SetQuery Package Description org.teiid.language org.teiid.language.visitor -
-
Uses of SetQuery in org.teiid.language
Methods in org.teiid.language that return SetQuery Modifier and Type Method Description SetQueryLanguageFactory. createSetOp(SetQuery.Operation operation, boolean all, QueryExpression leftQuery, QueryExpression rightQuery, OrderBy orderBy, Limit limit) -
Uses of SetQuery in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type SetQuery Modifier and Type Method Description protected voidSQLStringVisitor. appendSetQuery(SetQuery parent, QueryExpression obj, boolean right)protected booleanSQLStringVisitor. shouldNestSetChild(SetQuery parent, QueryExpression obj, boolean right)voidAbstractLanguageVisitor. visit(SetQuery obj)voidHierarchyVisitor. visit(SetQuery obj)voidLanguageObjectVisitor. visit(SetQuery obj)voidSQLStringVisitor. visit(SetQuery obj)
-