com.metamatrix.connector.xml.base
Class QueryAnalyzer

java.lang.Object
  extended by com.metamatrix.connector.xml.base.QueryAnalyzer

public class QueryAnalyzer
extends java.lang.Object

Author:
JChoate

Constructor Summary
QueryAnalyzer(IQuery query, RuntimeMetadata metadata, IQueryPreprocessor preprocessor, ConnectorLogger logger, ExecutionContext exeContext, ConnectorEnvironment connectorEnv)
           
 
Method Summary
 void analyze()
           
 ExecutionInfo getExecutionInfo()
           
 java.util.List getRequestPerms()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryAnalyzer

public QueryAnalyzer(IQuery query,
                     RuntimeMetadata metadata,
                     IQueryPreprocessor preprocessor,
                     ConnectorLogger logger,
                     ExecutionContext exeContext,
                     ConnectorEnvironment connectorEnv)
              throws ConnectorException
Throws:
ConnectorException
Method Detail

analyze

public final void analyze()
                   throws ConnectorException
Throws:
ConnectorException

getExecutionInfo

public ExecutionInfo getExecutionInfo()

getRequestPerms

public java.util.List getRequestPerms()


Copyright © 2009. All Rights Reserved.