IsSQLGenerated

Description

Returns a Bool indicating whether any fields of the query are SQL generated (that is, if the SQL is generated within IBM Rational ClearQuest). It returns True if the SQL in a QueryDef object is generated by Rational® ClearQuest®.

Syntax

VBScript

querydef.IsSQLGenerated 

Perl

$querydef->GetIsSQLGenerated(); 
Identifier
Description
querydef
A QueryDef object.
Return value
A Bool containing the value True if the any fields in the query are SQL generated, otherwise False.

Feedback