capturedOnly 등록 정보

Specifies whether to run only the SQL statements that are in the pureQueryXML file.

응용프로그램과 함께 사용할 pureQueryXML 파일을 작성한 후 이 등록 정보를 TRUE로 설정할 수 있습니다. SQL문을 캡처 중인 경우에는 TRUE로 설정할 수 없습니다.

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

TRUE
The application runs only the SQL statements that are in the pureQueryXML file.
FALSE
The application runs all SQL statements, even those that are not in the pureQueryXML file.
This is the default value.
주: capturedOnly 등록 정보가 TRUE로 설정된 경우, SET SPECIAL REGISTER문 또는 statementType이 SET_METHOD인 명령문은 pureQuery Runtime에 의해 제한되지 않습니다. 명령문은 pureQueryXML 파일에 있는지 여부에 관계없이 항상 허용됩니다.

피드백