Access the ProDataGraph meta data for an unknown schema
- Last Updated: August 13, 2021
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
ProDataGraph. In this case, you can introspect the ProDataGraph to identify all of its meta data, including the names
and locations of all ProDataGraph components that map to the
corresponding ProDataSet OUTPUT parameter. These components
can include only the functional Java components of the ProDataGraph or they can also include the names, locations, and data types of the
ProDataSet, its temp-tables, fields, and data-relations, as you might require. You can get meta data for an unknown ProDataGraph in different ways. The following procedure shows one approach for
accessing ProDataGraph, primarily by identifying and using
component names. You can also identify component locations and use indexes (rather than
names) to more directly and efficiently access components.
To access the meta data of a ProDataGraph:
ProDataGraphMetaData methods, see ProDataGraphMetaData class.