For an
OUTPUT parameter, you must pass an instance of
com.progress.open4gl.ResultSetHolder, which is the holder class for a
ProResultSet object. The contents of this object are left empty by the client. On return, the holder's content is set to a
com.progress.open4gl.ProResultSet object. When the method returns, the Java client calls back through this object's methods to get the data. For more information on
com.progress.open4gl.ProResultSet, see
Accessing TABLE or TABLE-HANDLE parameters as OUTPUT.