Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : ProDataGraphMetaData class : Methods : getTableMetaData( )
 
getTableMetaData( )
Returns the specified ProDataObjectMetaData object in this ProDataGraphMetaData object.

Syntax

ProDataObjectMetaData getTableMetaData(int idx)
idx
Specifies a 0-based index of tables that can also reference an item in the array of table names returned by getTableNames( ) method up to the limit specified by getNumTables( ) method.