Uses of Class
org.teiid.query.sql.lang.SetQuery.Operation
-
Packages that use SetQuery.Operation Package Description org.teiid.query.optimizer.relational.rules org.teiid.query.sql.lang -
-
Uses of SetQuery.Operation in org.teiid.query.optimizer.relational.rules
Methods in org.teiid.query.optimizer.relational.rules with parameters of type SetQuery.Operation Modifier and Type Method Description static boolean
CapabilitiesUtil. supportsSetOp(Object modelID, SetQuery.Operation setOp, QueryMetadataInterface metadata, CapabilitiesFinder capFinder)
-
Uses of SetQuery.Operation in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return SetQuery.Operation Modifier and Type Method Description SetQuery.Operation
SetQuery. getOperation()
Get operation for this setstatic SetQuery.Operation
SetQuery.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.query.sql.lang with parameters of type SetQuery.Operation Modifier and Type Method Description void
SetQuery. setOperation(SetQuery.Operation operation)
Set type of operationConstructors in org.teiid.query.sql.lang with parameters of type SetQuery.Operation Constructor Description SetQuery(SetQuery.Operation operation)
Construct query with operation typeSetQuery(SetQuery.Operation operation, boolean all, QueryCommand leftQuery, QueryCommand rightQuery)
-