...
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 | ||
---|---|---|
|
sqlBulkPrepareStatement
This function prepares the the query. A JDBC connection is created and the bulkSize
is set.
...