Uses of Interface
org.teiid.query.processor.BatchCollector.BatchProducer

Packages that use BatchCollector.BatchProducer
org.teiid.query.processor   
org.teiid.query.processor.proc   
org.teiid.query.processor.relational   
org.teiid.query.processor.xml   
 

Uses of BatchCollector.BatchProducer in org.teiid.query.processor
 

Classes in org.teiid.query.processor that implement BatchCollector.BatchProducer
 class BatchedUpdatePlan
          Plan for execution for a batched update command.
 class ProcessorPlan
          This class represents a processor plan.
 class QueryProcessor
          Driver for plan processing.
 

Constructors in org.teiid.query.processor with parameters of type BatchCollector.BatchProducer
BatchCollector.BatchProducerTupleSource(BatchCollector.BatchProducer sourceNode)
           
BatchCollector(BatchCollector.BatchProducer sourceNode, TupleBuffer buffer)
           
BatchIterator(BatchCollector.BatchProducer source)
           
 

Uses of BatchCollector.BatchProducer in org.teiid.query.processor.proc
 

Classes in org.teiid.query.processor.proc that implement BatchCollector.BatchProducer
 class ProcedurePlan
           
 

Uses of BatchCollector.BatchProducer in org.teiid.query.processor.relational
 

Classes in org.teiid.query.processor.relational that implement BatchCollector.BatchProducer
 class AccessNode
           
 class BatchedUpdateNode
          Node that batches commands sent to the DataManager.
 class DependentAccessNode
          Takes a query with 1 or more dependent sets from 1 or more sources and creates a series of commands.
 class DependentProcedureAccessNode
           
 class DependentProcedureExecutionNode
           
 class GroupingNode
           
 class InsertPlanExecutionNode
           
 class JoinNode
           
 class LimitNode
           
 class NullNode
           
 class PlanExecutionNode
           
 class ProjectIntoNode
           
 class ProjectNode
           
 class RelationalNode
           
 class RelationalPlan
           
 class SelectNode
           
 class SortNode
           
 class SubqueryAwareRelationalNode
           
 class TextTableNode
          Handles text file processing.
 class UnionAllNode
           
 class XMLTableNode
          Handles xml table processing.
 

Uses of BatchCollector.BatchProducer in org.teiid.query.processor.xml
 

Classes in org.teiid.query.processor.xml that implement BatchCollector.BatchProducer
 class XMLPlan
           
 



Copyright © 2010. All Rights Reserved.