CQDataCodePageIsSet
Description
Returns whether the DevOps Plan data code page has been set, or not.
Syntax
Perl
$session->CQDataCodePageIsSet();
- Identifier
- Description
- session
- The Session object that represents the current database-access session.
- Return value
- Returns True if the DevOps Plan data code page has been set, False otherwise.
Example
Perl
$isSet = $session->CQDataCodePageIsSet();