Uses of Class
org.teiid.core.id.IDGenerator

Packages that use IDGenerator
org.teiid.core.id   
org.teiid.query.optimizer   
org.teiid.query.optimizer.relational   
org.teiid.query.optimizer.xml   
org.teiid.query.processor.proc   
 

Uses of IDGenerator in org.teiid.core.id
 

Methods in org.teiid.core.id that return IDGenerator
static IDGenerator IDGenerator.getInstance()
          Obtain the shared instance of this class.
 

Uses of IDGenerator in org.teiid.query.optimizer
 

Methods in org.teiid.query.optimizer with parameters of type IDGenerator
 ProcessorPlan BatchedUpdatePlanner.optimize(Command command, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
          Optimizes batched updates by batching all contiguous commands that relate to the same physical model.
 ProcessorPlan ProcedurePlanner.optimize(Command procCommand, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
          Produce a ProcessorPlan for the CreateUpdateProcedureCommand on the current node of the CommandTreeNode, the procedure plan construction involves using the child processor plans.
 ProcessorPlan CommandPlanner.optimize(Command command, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
          Allows the planner a chance to optimize the canonical plan(s) stored in the CommandTreeNode tree.
static ProcessorPlan QueryOptimizer.optimizePlan(Command command, QueryMetadataInterface metadata, IDGenerator idGenerator, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
           
 

Uses of IDGenerator in org.teiid.query.optimizer.relational
 

Methods in org.teiid.query.optimizer.relational with parameters of type IDGenerator
 void RelationalPlanner.initialize(Command command, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
           
 

Constructors in org.teiid.query.optimizer.relational with parameters of type IDGenerator
PlanToProcessConverter(QueryMetadataInterface metadata, IDGenerator idGenerator, AnalysisRecord analysisRecord, CapabilitiesFinder capFinder)
           
 

Uses of IDGenerator in org.teiid.query.optimizer.xml
 

Methods in org.teiid.query.optimizer.xml with parameters of type IDGenerator
 ProcessorPlan XMLPlanner.optimize(Command command, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
           
 

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

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



Copyright © 2010. All Rights Reserved.