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

Packages that use SetQuery
com.metamatrix.query.optimizer.relational   
com.metamatrix.query.rewriter   
com.metamatrix.query.sql   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.visitor   
com.metamatrix.query.validator   
 

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

Methods in com.metamatrix.query.optimizer.relational with parameters of type SetQuery
 void AliasGenerator.visit(SetQuery obj)
          visit the branches other than the first with individual naming contexts Aliases are being added in all cases, even though they may only be needed in the order by case.
 

Uses of SetQuery in com.metamatrix.query.rewriter
 

Methods in com.metamatrix.query.rewriter with parameters of type SetQuery
 void VariableSubstitutionVisitor.visit(SetQuery obj)
           
 

Uses of SetQuery in com.metamatrix.query.sql
 

Methods in com.metamatrix.query.sql with parameters of type SetQuery
 void LanguageVisitor.visit(SetQuery obj)
           
 

Uses of SetQuery in com.metamatrix.query.sql.navigator
 

Methods in com.metamatrix.query.sql.navigator with parameters of type SetQuery
 void PreOrPostOrderNavigator.visit(SetQuery obj)
           
 

Uses of SetQuery in com.metamatrix.query.sql.visitor
 

Methods in com.metamatrix.query.sql.visitor with parameters of type SetQuery
 void SQLStringVisitor.visit(SetQuery obj)
           
 

Uses of SetQuery in com.metamatrix.query.validator
 

Methods in com.metamatrix.query.validator with parameters of type SetQuery
protected  void ValidationVisitor.validateSetQuery(SetQuery query)
           
 void ValidationVisitor.visit(SetQuery obj)
           
 void UpdateValidationVisitor.visit(SetQuery obj)
           The command being visited should never be a SetQuery object, this method reports a validation error if this mehod is visited.
 



Copyright © 2009. All Rights Reserved.