Uses of Class
com.metamatrix.query.sql.lang.SetQuery.Operation

Packages that use SetQuery.Operation
com.metamatrix.query.optimizer.relational.rules   
com.metamatrix.query.sql.lang   
 

Uses of SetQuery.Operation in com.metamatrix.query.optimizer.relational.rules
 

Methods in com.metamatrix.query.optimizer.relational.rules with parameters of type SetQuery.Operation
static boolean CapabilitiesUtil.supportsSetOp(java.lang.Object modelID, SetQuery.Operation setOp, QueryMetadataInterface metadata, CapabilitiesFinder capFinder)
           
 

Uses of SetQuery.Operation in com.metamatrix.query.sql.lang
 

Methods in com.metamatrix.query.sql.lang that return SetQuery.Operation
 SetQuery.Operation SetQuery.getOperation()
          Get operation for this set
static SetQuery.Operation SetQuery.Operation.valueOf(java.lang.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 com.metamatrix.query.sql.lang with parameters of type SetQuery.Operation
 void SetQuery.setOperation(SetQuery.Operation operation)
          Set type of operation
 

Constructors in com.metamatrix.query.sql.lang with parameters of type SetQuery.Operation
SetQuery(SetQuery.Operation operation)
          Construct query with operation type
SetQuery(SetQuery.Operation operation, boolean all, QueryCommand leftQuery, QueryCommand rightQuery)
           
 



Copyright © 2009. All Rights Reserved.