Try OpenEdge Now
skip to main content
Java Open Clients
Proxy Objects and Methods : Proxy methods : Common methods : Streaming
 
Streaming
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
public boolean _isStreaming()
The _isStreaming() method throws a com.progress.open4gl.Open4GLException. For more information on streaming, see the information on output ResultSet parameters in Passing Temp-tables as SQL ResultSet Parameters.