DB2 Version 10.1 for Linux, UNIX, and Windows

FP2: Pipelined table function support added

In DB2® Version 10.1 Fix Pack 2 and later fix packs, support is added for pipelined table functions in PL/SQL and SQL PL.

A pipelined function returns a table or an array where the result is composed iteratively one row or element at a time. After each returned row, the consuming query progresses until a new row is requested from the function.