DBMS PIPE
From SQL PL Guide for DB2
DBMS_PIPE module
Module for receiving and sending messages through a pipe.
Routines in the DBMS_PIPE module:
- CREATE_PIPE function
- NEXT_ITEM_TYPE function
- PACK_MESSAGE function
- PACK_MESSAGE_RAW
- PURGE procedure
- RECEIVE_MESSAGE function
- REMOVE_PIPE function
- RESET_BUFFER procedure
- SEND_MESSAGE procedure
- UNIQUE_SESSION_NAME function
- UNPACK_MESSAGE procedures
Link to the DB2 Information Center: DB2 9.7