此内容没有您所选择的语言版本。
10.7. Update Execution Modes
The method
ExecutionFactory.supportsBatchedUpdates()
can be used to indicate that the Translator supports executing the BatchedUpdates
command.
The method
ExecutionFactory.supportsBulkUpdate()
can be used to indicate that the Translator accepts update commands containg multi valued Literals.
Note
Note that if the translator does not support either of these update modes, the query engine will compensate by issuing the updates individually.