Uses of Class
org.teiid.query.sql.lang.WithQueryCommand

Packages that use WithQueryCommand
org.teiid.query.parser   
org.teiid.query.processor.relational   
org.teiid.query.sql   
org.teiid.query.sql.lang   
org.teiid.query.sql.navigator   
org.teiid.query.sql.visitor   
org.teiid.query.validator   
 

Uses of WithQueryCommand in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return WithQueryCommand
 WithQueryCommand SQLParser.withListElement(ParseInfo info)
           
 

Uses of WithQueryCommand in org.teiid.query.processor.relational
 

Method parameters in org.teiid.query.processor.relational with type arguments of type WithQueryCommand
 void RelationalPlan.setWith(java.util.List<WithQueryCommand> with)
           
 

Uses of WithQueryCommand in org.teiid.query.sql
 

Methods in org.teiid.query.sql with parameters of type WithQueryCommand
 void LanguageVisitor.visit(WithQueryCommand obj)
           
 

Uses of WithQueryCommand in org.teiid.query.sql.lang
 

Methods in org.teiid.query.sql.lang that return WithQueryCommand
 WithQueryCommand WithQueryCommand.clone()
           
 

Methods in org.teiid.query.sql.lang that return types with arguments of type WithQueryCommand
 java.util.List<WithQueryCommand> QueryCommand.getWith()
           
 

Method parameters in org.teiid.query.sql.lang with type arguments of type WithQueryCommand
 void QueryCommand.setWith(java.util.List<WithQueryCommand> with)
           
 

Uses of WithQueryCommand in org.teiid.query.sql.navigator
 

Methods in org.teiid.query.sql.navigator with parameters of type WithQueryCommand
 void PreOrPostOrderNavigator.visit(WithQueryCommand obj)
           
 

Uses of WithQueryCommand in org.teiid.query.sql.visitor
 

Methods in org.teiid.query.sql.visitor with parameters of type WithQueryCommand
 void SQLStringVisitor.visit(WithQueryCommand obj)
           
 void ValueIteratorProviderCollectorVisitor.visit(WithQueryCommand obj)
           
 

Uses of WithQueryCommand in org.teiid.query.validator
 

Methods in org.teiid.query.validator with parameters of type WithQueryCommand
 void ValidationVisitor.visit(WithQueryCommand obj)
           
 



Copyright © 2010. All Rights Reserved.