Uses of Class
org.teiid.language.SetQuery.Operation
-
Packages that use SetQuery.Operation Package Description org.teiid.language org.teiid.language.visitor -
-
Uses of SetQuery.Operation in org.teiid.language
Methods in org.teiid.language that return SetQuery.Operation Modifier and Type Method Description SetQuery.OperationSetQuery. getOperation()static SetQuery.OperationSetQuery.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static SetQuery.Operation[]SetQuery.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.language with parameters of type SetQuery.Operation Modifier and Type Method Description SetQueryLanguageFactory. createSetOp(SetQuery.Operation operation, boolean all, QueryExpression leftQuery, QueryExpression rightQuery, OrderBy orderBy, Limit limit)voidSetQuery. setOperation(SetQuery.Operation operation) -
Uses of SetQuery.Operation in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type SetQuery.Operation Modifier and Type Method Description protected voidSQLStringVisitor. appendSetOperation(SetQuery.Operation operation)
-