IsStringInCQDataCodePage

Description

Returns whether or not the characters in a given string are in the DevOps Plan data code page.

This method takes a String argument and checks to see if the characters in the given String are in the DevOps Plan data code page for the Session's schema-repository.

Syntax

Perl


$session->IsStringInCQDataCodePage(stringToCheck); 
Identifier
Description
session
The Session object that represents the current database-access session.
stringToCheck
A String that specifies what you are checking to see is in the DevOps Plan data code page.
Return value
Returns True if the DevOps Plan data code page contains a given String, False otherwise.

Example

Perl


$isInCodePage = $session->IsStringInCQDataCodePage($stringToCheck);