Try OpenEdge Now
skip to main content
Java Open Clients
Passing Temp-tables as SQL ResultSet Parameters : Passing a TABLE or TABLE-HANDLE as an INPUT parameter : Instantiating the INPUT parameter
 

Instantiating the INPUT parameter

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.InputResultSet class, and implement the next() and getObject() methods, as described in the following section
*Obtain a ResultSet instance by running a method on some java.sql object (for example, run the executeQuery() method on an instance of java.sql.Statement)