Try OpenEdge Now
skip to main content
Java Open Clients
Using the Open Client Java OpenAPI to Directly Access the AppServer : Setting up parameters : Defining the schema for a ProDataSet parameter : Defining the temp-tables for the ProDataGraphMetaData object
 
Defining the temp-tables for the ProDataGraphMetaData object
You must define the meta data for each temp-table defined by the ProDataGraphMetaData. For more information, see Defining the schema for temp-tables in a ProDataSet. You can then add the temp-table meta data (ProDataObjectMetaData) to the ProDataGraphMetaData object using the following ProDataGraphMetaData method:
Syntax
public void addTable(ProDataObjectMetaData doMetaData)
doMetaData
Specifies the meta data for a temp-table.