org.teiid.query.processor
Interface QueryProcessor.ProcessorFactory

Enclosing class:
QueryProcessor

public static interface QueryProcessor.ProcessorFactory


Method Summary
 QueryProcessor createQueryProcessor(java.lang.String query, java.lang.String recursionGroup, CommandContext commandContext)
           
 

Method Detail

createQueryProcessor

QueryProcessor createQueryProcessor(java.lang.String query,
                                    java.lang.String recursionGroup,
                                    CommandContext commandContext)
                                    throws TeiidProcessingException,
                                           TeiidComponentException
Throws:
TeiidProcessingException
TeiidComponentException


Copyright © 2010. All Rights Reserved.