Define the schema for a ProDataSet parameter
- Last Updated: August 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
DATASET or DATASET-HANDLE) parameter
is a multi-step process.
Note: This is a condensed description with reference
to the Java OpenAPI. For complete information on defining the schema
for a ProDataSet parameter, see Access ABL ProDataSets.
To define the schema for a ProDataSet parameter:
-
Define a
com.progress.open4gl.ProDataGraphMetaDataobject to specify the schema. -
Define the temp-tables for the
ProDataGraphMetaDataobject. -
Define the data-relations for the
ProDataGraphMetaDataobject. -
If the parameter is for input or input-output, define a
ProDataGraphusing theProDataGraphMetaDataobject to hold the parameter value. -
Specify the
ProDataGraphMetaDataobject and anyProDataGraph(for input or input-output) as a ProDataSet parameter to yourParamArrayobject using the appropriate set parameter method.