Class DirectQuerySender

All Implemented Interfaces:
AdapterAware, HasPhysicalDestination, IBlockEnabledSender<Connection>, IConfigurable, IConfigurationAware, INamedObject, IScopeProvider, ISender, ISenderWithParameters, IWithParameters, IXAEnabled, HasStatistics, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
JdbcIteratingPipeBase.MixedQuerySender, XmlQuerySender

public class DirectQuerySender extends JdbcQuerySenderBase<Connection>
QuerySender that interprets the input message as a query, possibly with attributes. Messages are expected to contain sql-text.
Since:
4.1
Author:
Gerrit van Brakel
Parameters
All parameters present are applied to the query to be executed.