Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : ProDataGraph class : Extended methods : getTableNames( )
 
getTableNames( )
Returns a String array of the table names that identify the ProDataObject collections in this ProDataGraph object.

Syntax

java.lang.String[] getTableNames()

Note

Typically, each table name is identical to the ABL name of a temp-table contained by a corresponding ProDataSet to which this ProDataGraph maps as a parameter of a proxy application service method.