Example Java client passing an SQL ResultSet parameter
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following procedure supports a small portion of
an accounting system. The AccountInfo.p procedure
is expected to run persistently and has an internal procedure called getPaymentsInfo:
Note: These samples are not available on the OpenEdge product ESD or the PSDN Web
site.
AccountInfo.p
|
The code in the following example demonstrates how to create and use AppObjects and ProcObjects from a Java client. In this example, the AppObject was defined with ProxyGen as Account.
|
The following code example shows the PayeeList class
for the Java client using proxy objects example. This class implements
the passing of a temp-table parameter as an SQL ResultSet.
|