Specifies whether to capture SQL DML
statements that the application passes to a Statement.addBatch() method,
up to the number of SQL statements (not including SELECT statements)
that is specified by the maxNonParmSQL option.
The captureStatementBatchSQL option
applies only when the value of captureMode is ON.
Cette propriété peut posséder les valeurs suivantes :
- ON
- pureQuery captures SQL DML statements that the application passes
to a Statement.addBatch() method. This is the default
value.
- OFF
- pureQuery does not capture
SQL DML statements that the application passes to a Statement.addBatch() method.
Avertissement : SQL DDL statements that are passed to a Statement.addBatch() method
are still captured.