sqlAccessColumnsAsBytes

The sqlAccessColumnsAsBytes build descriptor option specifies whether column values from a DB2® database are copied directly as bytes into an SQL record rather than being used to construct Java™ objects. Setting the option to YES provides a performance enhancement in generated Java code. However, that enhancement is available only in the following case:

The greatest performance benefit is for an SQL record that is based on a part with level numbers. The numbers mean that the record is structured, with field lengths that are fixed at generation time. However, a performance benefit is available for non-structured SQL records.

Values

NO (the default)
The column values are used to construct Java objects and are not copied as bytes.
YES
The column values are copied as bytes, if possible.