Try OpenEdge Now
skip to main content
Java Open Clients
Passing Parameters : Passing temp-tables and ProDataSets : Java mechanisms for passing temp-tables and ProDataSets : ProDataGraph mechanism
 
ProDataGraph mechanism
The ProDataGraph provides a cached and scrollable model for transferring complex data between the AppServer 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 AppServer.
For more information on passing and managing a temp-table or ProDataSet as a ProDataGraph object, see AccessingABL ProDataSets.