Devart DB2 Destination component loads data into DB2 tables. It has the following custom properties:
Property |
Description |
||||||||
---|---|---|---|---|---|---|---|---|---|
BatchSize |
The maximal number of records to send as one batch to the server. 0 means that one commit will be issued at the end of the operation. Default value is 0. |
||||||||
BulkInsertKeepIdentity |
Determines whether to send values supplied for identity columns to the target table. If false, the values for identity columns will be generated at the database side. Default value is False. |
||||||||
BulkInsertTableLock |
Determines whether to acquire a table-level lock for the duration of the data loading operation. Default value is False. |
||||||||
BulkInsertTruncate |
Determines whether to clear data of the target table before the operation. Default value is False. |
||||||||
Operation |
A DML operation to apply to the target object. Default value is BulkInsert. The following values are supported:
|
||||||||
RetryCount |
The number of times to retry loading the data in case if it fails. Default value is 5. |
||||||||
RetryInterval |
The number of seconds before repeating an attempt to load data. Default value is 1. |
||||||||
TableName |
The name of a DB2 database object to load data into. |
||||||||
Timeout |
The number of seconds for the operation to complete before it times out. Default value is 0, which means that the operation never times out. |