Try OpenEdge Now
skip to main content
Java Open Clients
Using the Open Client Java OpenAPI to Directly Access the AppServer : Setting up parameters : Adding parameters using data type-specific methods : DATASET and DATASET-HANDLE
 
DATASET and DATASET-HANDLE
These are the data type-specific methods for adding an ABL ProDataSet (DATASET or DATASET-HANDLE) parameter:
Syntax
public void addDataset
               (int position,
                com.progress.open4gl.ProDataGraph value, int mode,
                com.progress.open4gl.ProDataGraphMetaData metaData)
            throws Open4GLException
public void addDatasetHandle
               (int position,
                com.progress.open4gl.ProDataGraph value, int mode,
                com.progress.open4gl.ProDataGraphMetaData metaData)
            throws Open4GLException
For information on the parameters to these methods, see General syntax for add parameter methods.