In ABL, fields in a temp-table can be defined with an extent value that creates a one-dimensional array of the specified data type, with the number of elements specified by the extent. JDBC ResultSet objects do not support arrays.
For Java clients, there are access methods to support both models. These methods access field values and meta data of an output ResultSet.
For input, the proxy assumes the fields use the flat column model. For output, your application can access array fields using either the flat column model or array model. For more information, see
Accessing TABLE or TABLE-HANDLE parameters as OUTPUT.