Purpose

Determines the mechanism that is used to execute batch inserts.

Valid Values

nativeBatch

Behavior

If set to nativeBatch, the driver uses the Denodo native batch protocol to insert all batched parameters.

Notes

  • BatchMechanism determines the mechanism used to perform batch inserts only. For update and delete batch operations, the driver uses the native batch mechanism to handle the request.
  • When BatchMechanism=nativeBatch, individual update counts are returned for each statement or parameter set in the batch as required by the JDBC 3.0 specification.

Data Source Methods

public String getBatchMechanism()

public void setBatchMechanism(String)

Default

nativeBatch

Data Type

String

See also