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

Packages that use DynamicCommand
com.metamatrix.query.processor.proc   
com.metamatrix.query.rewriter   
com.metamatrix.query.sql   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.visitor   
com.metamatrix.query.validator   
 

Uses of DynamicCommand in com.metamatrix.query.processor.proc
 

Constructors in com.metamatrix.query.processor.proc with parameters of type DynamicCommand
ExecDynamicSqlInstruction(CreateUpdateProcedureCommand parentProcCommand, DynamicCommand command, java.util.List references, QueryMetadataInterface metadata, IDGenerator idGenerator, CapabilitiesFinder capFinder)
           
 

Uses of DynamicCommand in com.metamatrix.query.rewriter
 

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

Uses of DynamicCommand in com.metamatrix.query.sql
 

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

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

Methods in com.metamatrix.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 com.metamatrix.query.sql.visitor
 

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

Uses of DynamicCommand in com.metamatrix.query.validator
 

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



Copyright © 2009. All Rights Reserved.