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.
이 등록 정보는
다음과 같은 값을 가질 수 있습니다.
- 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.
주의: SQL DDL statements that are passed to a Statement.addBatch() method
are still captured.