org.teiid.query.optimizer
Class TriggerActionPlanner

java.lang.Object
  extended by org.teiid.query.optimizer.TriggerActionPlanner

public final class TriggerActionPlanner
extends java.lang.Object


Constructor Summary
TriggerActionPlanner()
           
 
Method Summary
 ProcessorPlan optimize(ProcedureContainer userCommand, TriggerAction ta, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggerActionPlanner

public TriggerActionPlanner()
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
Throws:
QueryMetadataException
TeiidComponentException
QueryResolverException
TeiidProcessingException


Copyright © 2011. All Rights Reserved.