Add the ProResultSetMetaDataImpl object as a temp-table parameter
- Last Updated: August 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Add the ProResultSetMetaDataImpl object
by passing it as a parameter of the addTable() or addTableHandle() method
that you use to add the temp-table parameter to the ParamArray object.
For more information, see TABLE and TABLE-HANDLE.
The following example adds a temp-table as an input parameter.
Example: OpenAPI fragment adding a temp-table parameter as an SQL ResultSet
|