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

Packages that use DynamicCommand
org.teiid.query.parser   
org.teiid.query.processor.proc   
org.teiid.query.sql   
org.teiid.query.sql.navigator   
org.teiid.query.sql.visitor   
org.teiid.query.validator   
 

Uses of DynamicCommand in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return DynamicCommand
 DynamicCommand SQLParser.dynamicCommand(ParseInfo info)
          Parse error statement
 

Uses of DynamicCommand in org.teiid.query.processor.proc
 

Constructors in org.teiid.query.processor.proc with parameters of type DynamicCommand
ExecDynamicSqlInstruction(CreateUpdateProcedureCommand parentProcCommand, DynamicCommand command, QueryMetadataInterface metadata, IDGenerator idGenerator, CapabilitiesFinder capFinder)
           
 

Uses of DynamicCommand in org.teiid.query.sql
 

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

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

Methods in org.teiid.query.sql.navigator with parameters of type DynamicCommand
 void PreOrPostOrderNavigator.visit(DynamicCommand obj)
          NOTE: we specifically don't need to visit the as columns or the using identifiers.
 

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

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

Uses of DynamicCommand in org.teiid.query.validator
 

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



Copyright © 2010. All Rights Reserved.