Create and initialize a ProDataGraph object with meta data
- Last Updated: July 22, 2025
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
You can use a number of approaches for creating and initializing a ProDataGraph with meta data.
These approaches include two main variations:
- Start by creating the meta data and use it to create the
ProDataGraphusing the appropriate constructor. - Start by creating a Java SDO
DataGraphthat conforms to the OpenEdgeProDataGraphobject model, and create theProDataGraphfrom this using the appropriate constructor.
The following procedure suggests one such approach starting with the meta
data. For information on creating an OpenEdge ProDataGraph
from a Java SDO DataGraph, see the appropriate ProDataGraph constructor in ProDataGraph class.
To create and initialize a ProDataGraph with meta data:
ProDataGraph, see ProDataGraphMetaData class.