Qore BulkSqlUtil Module Reference
1.3
|
The BulkSqlUtil module provides APIs for bulk DML operations using SqlUtil in Qore. Bulk DML is the process of sending multiple rows to the dataserver in a single operation which allows for the most efficient processing of large amounts of data.
Currently insert and upsert (SQL merge) operations are supported.
The main functionality provided by this module:
See the above classes for detailed information and examples.