Package org.teiid.query.optimizer
Class TriggerActionPlanner
- java.lang.Object
-
- org.teiid.query.optimizer.TriggerActionPlanner
-
public final class TriggerActionPlanner extends Object
-
-
Constructor Summary
Constructors Constructor Description TriggerActionPlanner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessorPlan
optimize(ProcedureContainer userCommand, TriggerAction ta, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
-
-
-
Method Detail
-
optimize
public ProcessorPlan optimize(ProcedureContainer userCommand, TriggerAction ta, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context) throws QueryMetadataException, TeiidComponentException, QueryResolverException, TeiidProcessingException
-
-