Batch heterogeneous updates

With the pureQuery API, you can batch INSERT, UPDATE, and DELETE statements that refer to different tables. These heterogeneous batch updates allow all associated tables to be updated in one network round trip to the server. With this means of heterogeneous batch updates, you call a method to indicate to pureQuery that you are starting a batch update.

Feedback