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

Packages that use DynamicCommand
com.metamatrix.query.parser   
com.metamatrix.query.processor.proc   
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.parser
 

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

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, QueryMetadataInterface metadata, IDGenerator idGenerator, CapabilitiesFinder capFinder)
           
 

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.