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
 

Adding parameters using data type-specific methods

You can set each parameter using one of the methods on the com.progress.open4gl.javaproxy.ParamArray class that is specified for the corresponding ABL data type. ABL data types that are mapped to intrinsic data types in Java have two sets of methods:
*One for the intrinsic type, which cannot be set to the Unknown value (?) (null)
*One for an Object type that can accept the Unknown value (?)
Methods to add arrays of each data type are also provided.
* General syntax for add parameter methods
* Syntax summaries of all data type-specific add parameter methods
* CHARACTER
* COM-HANDLE
* DATASET and DATASET-HANDLE
* DATE
* DATETIME
* DATETIME-TZ
* DECIMAL
* HANDLE
* INT64
* INTEGER
* LOGICAL
* LONGCHAR
* MEMPTR
* RAW
* RECID
* ROWID
* TABLE and TABLE-HANDLE