Access TABLE or TABLE-HANDLE parameters as OUTPUT
- Last Updated: January 12, 2026
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
For both output TABLE and TABLE-HANDLE parameters
and INPUT-OUTPUT TABLE and TABLE-HANDLE parameters
(on output), you must obtain the output ProResultSet object
from the ResultSetHolder class and call its methods
to get the data. As explained previously, com.progress.open4gl.ProResultSet extends
the java.sql.ResultSet interface.
In addition to the standard flat model for viewing individual columns
presented by ResultSet objects, ProResultSet allows you to view the object using the ABL array model, which
presents a temp-table as individual fields that can contain arrays. You can choose the model
that is most natural or convenient.