Instantiate the INPUT parameter
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To provide an appropriate class instance as an INPUT parameter,
your client application must complete one of the following tasks:
- Extend the
com.progress.open4gl.InputResultSetclass, and implement thenext()andgetObject()methods, as described in the following section - Obtain a
ResultSetinstance by running a method on somejava.sqlobject (for example, run theexecuteQuery()method on an instance ofjava.sql.Statement)