BulkLoadAsync
- Last Updated: March 4, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Purpose
Determines whether the driver treats bulk load operations as synchronous or asynchronous..
Valid Values
0 | 1
Behavior
If set to 0, bulk load operations are
synchronous. The driver does not return from the method that invoked an operation until the
operation has completed or the operation has timed out. If the operation times out, the
driver throws an exception.
If set to 1, bulk load operations are
asynchronous. The driver returns from the method that invoked an operation immediately after
the operation is submitted to the server. The driver does not verify that the bulk load
operation was completed.
Default
0
Data Source Method
setBulkLoadAsync
Data Type
int