skip to main content
Designing and coding the IP : Bulk insert : Enabling bulk insert
 

Enabling bulk insert

The IP must modify IP GETSUPPORT to return support for IP_SUPPORT_BULK_INSERT.
You can either update the support array if the GETSUPPORT function uses the support array, or modify the GETSUPPORT function to enable the support for bulk insert.

Updating the support array

IP_SUPPORT_BULK_INSERT must be set to 1 in the support array to indicate that the IP supports bulk insert.

Using the GETSUPPORT function

The GETSUPPORT function must return TRUE for IP_SUPPORT_BULK_INSERT.
See Bulk insert processing in C/C++ and Bulk insert processing in Java for more information.
Note: Bulk insert is supported only in Java and C/C++.