ABL allows arrays (called
EXTENTs in ABL) to be passed as parameters. In the Java client, they are mapped to arrays where the base type is one of the JAVA proxy data types listed in
INPUT parameters. For example, an ABL
CHARACTER array is mapped to
java.lang.String[ ]. An ABL
INT64 array is mapped to the intrinsic type
long[].