xml.StaxReader.readFromPipe

Sets the input stream of the StaxReader object to a PIPE and starts the streaming.

Syntax

readFromPipe(
   cmd STRING )
  1. cmd is the command to start the PIPE and where the reader will get the XML from.

Usage

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).