Package org.teiid.query.processor
Interface QueryProcessor.ProcessorFactory
-
- All Known Implementing Classes:
QueryProcessorFactoryImpl
- Enclosing class:
- QueryProcessor
public static interface QueryProcessor.ProcessorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryProcessor
createQueryProcessor(String query, String recursionGroup, CommandContext commandContext, Object... params)
CapabilitiesFinder
getCapabiltiesFinder()
PreparedPlan
getPreparedPlan(String query, String recursionGroup, CommandContext commandContext, QueryMetadataInterface metadata)
-
-
-
Method Detail
-
createQueryProcessor
QueryProcessor createQueryProcessor(String query, String recursionGroup, CommandContext commandContext, Object... params) throws TeiidProcessingException, TeiidComponentException
-
getPreparedPlan
PreparedPlan getPreparedPlan(String query, String recursionGroup, CommandContext commandContext, QueryMetadataInterface metadata) throws TeiidProcessingException, TeiidComponentException
-
getCapabiltiesFinder
CapabilitiesFinder getCapabiltiesFinder()
-
-