Specifies the maximum number of non-parameterized
SQL statements to capture. This option applies only when the value
of captureMode is ON. When captureMode
is OFF, pureQuery ignores this parameter.
이 등록 정보는
다음과 같은 값을 가질 수 있습니다.
- -1
- There is no limit to the number of such statements that are captured.
- This is the default value.
- 0
- No such statements are captured.
- 1 or higher
- The limit on the number of such statements that are captured.
All SQL DDL statements are
captured. Neither DDL statements nor SELECT statements are affected
by this option.