com.metamatrix.connector.xml
Interface IQueryPreprocessor
- All Known Implementing Classes:
- NoQueryPreprocessing
public interface IQueryPreprocessor
preprocessQuery
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
- Parameters:
query
- The IQuery passed from the connectorm_logger
- the connector loggerconnectorEnv
- the connector environmentexeContext
- the execution contextm_metadata
- the runtime metadata
- Returns:
- an IQuery object representing the altered query
Copyright © 2009. All Rights Reserved.