ProDataGraph mechanism
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
ProDataGraph mechanism
The ProDataGraph provides a cached and
scrollable model for transferring complex data between the application server and the Java
Open Client. This model allows you to access any row of any temp-table from beginning to end
and in any direction. You can use the same model and programming techniques for accessing an
individual temp-table parameter or for accessing temp-tables as part of a ProDataSet
parameter. It thereby provides a convenient model for passing and managing both types of
complex data without having to repeatedly retrieve the data from the application server.
For more information on passing and managing a temp-table or
ProDataSet as a ProDataGraph object, see Access ABL ProDataSets.