com.metamatrix.connector.xml.base
Class NoQueryPreprocessing

java.lang.Object
  extended by com.metamatrix.connector.xml.base.NoQueryPreprocessing
All Implemented Interfaces:
IQueryPreprocessor

public class NoQueryPreprocessing
extends java.lang.Object
implements IQueryPreprocessor


Constructor Summary
NoQueryPreprocessing()
           
 
Method Summary
 IQuery preprocessQuery(IQuery query, RuntimeMetadata m_metadata, ExecutionContext exeContext, ConnectorEnvironment connectorEnv, ConnectorLogger m_logger)
          This method is used for altering the query before it enters the XML connector's processing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoQueryPreprocessing

public NoQueryPreprocessing()
Method Detail

preprocessQuery

public IQuery preprocessQuery(IQuery query,
                              RuntimeMetadata m_metadata,
                              ExecutionContext exeContext,
                              ConnectorEnvironment connectorEnv,
                              ConnectorLogger m_logger)
Description copied from interface: IQueryPreprocessor
This method is used for altering the query before it enters the XML connector's processing

Specified by:
preprocessQuery in interface IQueryPreprocessor
Parameters:
query - The IQuery passed from the connector
m_metadata - the runtime metadata
exeContext - the execution context
connectorEnv - the connector environment
m_logger - the connector logger
Returns:
an IQuery object representing the altered query


Copyright © 2009. All Rights Reserved.