Class ResultSetIteratingPipe

All Implemented Interfaces:
HasPhysicalDestination, HasSender, HasTransactionAttribute, IConfigurable, IConfigurationAware, IForwardTarget, INamedObject, IPipe, IScopeProvider, IWithParameters, EventThrowing, HasStatistics, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ResultSetIteratingPipe extends JdbcIteratingPipeBase
Pipe that iterates over rows in in ResultSet. Each row is send passed to the sender in the same format a row is usually returned from a query.
Since:
4.7
Author:
Gerrit van Brakel