Add parameters using data type-specific methods
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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
Objecttype that can accept theUnknown value (?)
Methods to add arrays of each data type are also provided.