Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : ProDataGraph class : Extended methods : getProDataObjects( )
 
getProDataObjects( )
Returns the list of ProDataObject instances for the specified temp-table within the ProDataGraph, as specified by the overloaded methods.

Syntax

List getProDataObjects(String tableName)
List getProDataObjects(int tableIdx)
tableName
Specifies the ABL name of a temp-table that identifies this ProDataObject list.
tableIdx
Specifies the 0-based index into the list of temp-table names returned by the getTableNames() method and that corresponds to the specified temp-table. (See getTableNames( ).)
For more information on the ProDataObject class, see ProDataObject class.