Define the schema for temp-tables in a ProDataSet
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
ProDataObject collection)
in a ProDataSet is a multi-step process.
Note: This is a condensed description with reference
to the Java OpenAPI. For complete information on defining the schema
temp-tables in a ProDataSet parameter, see Access ABL ProDataSets.
To define the schema for a temp-table in a ProDataSet:
- Define a
com.progress.open4gl.ProDataObjectMetaDataobject to hold the schema. - Add field descriptions to the
ProDataObjectMetaDataobject. - Add the
ProDataObjectMetaDataobject to theProDataGraphMetaDatafor the ProDataSet.