Uses of Class
org.teiid.query.sql.proc.CreateUpdateProcedureCommand

Packages that use CreateUpdateProcedureCommand
org.teiid.query.parser   
org.teiid.query.processor.proc   
org.teiid.query.resolver.command   
org.teiid.query.rewriter   
org.teiid.query.sql   
org.teiid.query.sql.navigator   
org.teiid.query.sql.util   
org.teiid.query.sql.visitor   
org.teiid.query.validator   
 

Uses of CreateUpdateProcedureCommand in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return CreateUpdateProcedureCommand
 CreateUpdateProcedureCommand SQLParser.createUpdateProcedure(ParseInfo info)
          Parse create update procedure command
 

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

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

Uses of CreateUpdateProcedureCommand in org.teiid.query.resolver.command
 

Methods in org.teiid.query.resolver.command with parameters of type CreateUpdateProcedureCommand
 void UpdateProcedureResolver.resolveVirtualGroupElements(CreateUpdateProcedureCommand procCommand, QueryMetadataInterface metadata)
           
 

Uses of CreateUpdateProcedureCommand in org.teiid.query.rewriter
 

Methods in org.teiid.query.rewriter with parameters of type CreateUpdateProcedureCommand
static Command QueryRewriter.rewrite(Command command, CreateUpdateProcedureCommand procCommand, QueryMetadataInterface metadata, CommandContext context, java.util.Map variableValues, int commandType)
           
static Criteria QueryRewriter.rewriteCriteria(Criteria criteria, CreateUpdateProcedureCommand procCommand, CommandContext context, QueryMetadataInterface metadata)
          Rewrite the criteria by evaluating some trivial cases.
static Expression QueryRewriter.rewriteExpression(Expression expression, CreateUpdateProcedureCommand procCommand, CommandContext context, QueryMetadataInterface metadata)
           
 

Uses of CreateUpdateProcedureCommand in org.teiid.query.sql
 

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

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

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

Uses of CreateUpdateProcedureCommand in org.teiid.query.sql.util
 

Methods in org.teiid.query.sql.util that return CreateUpdateProcedureCommand
static CreateUpdateProcedureCommand UpdateProcedureGenerator.createProcedure(int procedureType, java.lang.String virtualGroup, Command queryTransformation, QueryMetadataInterface metadata)
          Create CreateUpdateProcedureCommand for the specific virtual group.
 

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

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

Uses of CreateUpdateProcedureCommand in org.teiid.query.validator
 

Methods in org.teiid.query.validator with parameters of type CreateUpdateProcedureCommand
 void ValidationVisitor.setUpdateProc(CreateUpdateProcedureCommand updateProc)
           
protected  void ValidationVisitor.validateContainsRowsUpdatedVariable(CreateUpdateProcedureCommand obj)
          Validate that the command assigns a value to the ROWS_UPDATED variable
 void ValidationVisitor.visit(CreateUpdateProcedureCommand obj)
           
 



Copyright © 2010. All Rights Reserved.