Class ResultSetIteratingPipe

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, HasSender, HasTransactionAttribute, IConfigurable, IForwardTarget, IPipe, IScopeProvider, IWithParameters, NameAware, EventThrowing, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle

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