Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : ProDataGraph class : Extended methods : createProDataObject( )
 
createProDataObject( )
Returns a new ProDataObject instance for the specified temp-table within the ProDataGraph. A single ProDataObject corresponds to an individual row (record) in the temp-table.

Syntax

ProDataObject createProDataObject(String tableName)
tableName
Specifies the ABL name of a temp-table that identifies the meta data used to create the ProDataObject. If there is not a ProDataObjectMetaData object contained within this ProDataGraph for the specified temp-table name, the method throws and Exception. For more information on the ProDataObjectMetaData class, see ProDataObjectMetaData class.