Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the where_clause in the SQL statement contains a range condition instead of an exact lookup key, the intended result cannot directly be associated back to the UDRs. Instead a result based on the significant columns will be returned. The result rows matching the range condition must be associated back to the UDRs using APL code. For further information, see the lookup query example below.

The following functions for Database Bulk described here are:

Table of Contents
maxLevel1

sqlBulkPrepareStatement

This function prepares the the query. A JDBC connection is created and the bulkSize is set.

...