org.teiid.dqp.internal.process
Class QueryProcessorFactoryImpl

java.lang.Object
  extended by org.teiid.dqp.internal.process.QueryProcessorFactoryImpl
All Implemented Interfaces:
QueryProcessor.ProcessorFactory

public class QueryProcessorFactoryImpl
extends Object
implements QueryProcessor.ProcessorFactory


Constructor Summary
QueryProcessorFactoryImpl(BufferManager bufferMgr, ProcessorDataManager dataMgr, CapabilitiesFinder finder, IDGenerator idGenerator, QueryMetadataInterface metadata)
           
 
Method Summary
 QueryProcessor createQueryProcessor(String query, String recursionGroup, CommandContext commandContext, Object... params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryProcessorFactoryImpl

public QueryProcessorFactoryImpl(BufferManager bufferMgr,
                                 ProcessorDataManager dataMgr,
                                 CapabilitiesFinder finder,
                                 IDGenerator idGenerator,
                                 QueryMetadataInterface metadata)
Method Detail

createQueryProcessor

public QueryProcessor createQueryProcessor(String query,
                                           String recursionGroup,
                                           CommandContext commandContext,
                                           Object... params)
                                    throws TeiidProcessingException,
                                           TeiidComponentException
Specified by:
createQueryProcessor in interface QueryProcessor.ProcessorFactory
Throws:
TeiidProcessingException
TeiidComponentException


Copyright © 2012. All Rights Reserved.