Stream
- Last Updated: January 16, 2026
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
For session-managed applications, the _isStreaming() method
determines if the method most recently run on any thread is currently
streaming an output result set.
For session-free applications, the _isStreaming() method
determines if the method most recently run on the current thread
is currently streaming an output result set. This state information
cannot be retrieved by another thread.
The following method returns true if there is an open OUTPUT TABLE or TABLE-HANDLE for
this connection:
Syntax
|
The _isStreaming() method throws a
com.progress.open4gl.Open4GLException. For more information on streaming,
see the information on output ResultSet parameters in Pass Temp-tables as SQL ResultSet Parameters.