ProDataGraph created from an initial DataGraph
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following constructor creates a ProDataGraph object
from a specified initial Java SDO DataGraph object:
Syntax
|
- dg
- Specifies the initial Java SDO
DataGraphobject. ThisDataGraphobject must conform to theProDataGraphformat: the rootDataObjectmust contain only reference properties (toDataObjectlists), where each reference property represents a temp-table of an ABL ProDataSet. If the rootDataObjectdoes not have this format, the constructor throws anOpen4GLException. - dgName
- Specifies the name of the
ProDataGraph, which is typically identical to the ABL name of a corresponding ProDataSet. - drList
- Specifies an array of
ProDataRelationMetaDataobjects. In theDataObjecthierarchy of the initialDataGraph, if a parent-child relationship exists between two temp-tables (DataObjectlists), you must add a correspondingProDataRelationMetaDataobject that describes this relationship to theProDataRelationMetaDataarray. (See ProDataRelationMetaData class.)