org.teiid.dqp.internal.process
Class QueryProcessorFactoryImpl
java.lang.Object
org.teiid.dqp.internal.process.QueryProcessorFactoryImpl
- All Implemented Interfaces:
- QueryProcessor.ProcessorFactory
public class QueryProcessorFactoryImpl
- extends Object
- implements QueryProcessor.ProcessorFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryProcessorFactoryImpl
public QueryProcessorFactoryImpl(BufferManager bufferMgr,
ProcessorDataManager dataMgr,
CapabilitiesFinder finder,
IDGenerator idGenerator,
QueryMetadataInterface metadata)
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.