captureMode 등록 정보

Specifies whether to capture information about SQL statements.
This information is written to the file that is specified by the pureQueryXml option or the outputPureQueryXml option.

When you run your application with captureMode set to ON, you must run successfully all logic paths that contain the SQL statements that you want to capture. pureQuery captures SQL statements only when they are run successfully.

이 등록 정보는 다음과 같은 값을 가질 수 있습니다.

ON
Specifies to capture SQL statements when the application runs.
OFF
Specifies not to capture SQL statements when the application runs. This is the default value.

피드백