GetQueryDbId

Description

Returns the database ID (DBID) of a query workspace item, given the query name. The return value is the workspace item DBID, given the workspace item name. You must specify the query name with the full path (for example, Personal Queries/Query1).

Remarque : This method became available in version 2003.06.15 and is for Perl only. It is not available for VBScript.
Remarque : In version 7.0 the limit on the number of records that can be stored increased so the range of DBIDs also increased. However, Rational ClearQuest clients earlier than version 7.0 cannot display records with database identifiers (DBIDs) higher than the former limit. For more information on DBIDs, see Utilisation d'enregistrements

Syntaxe

Perl

$workspace->GetQueryDbId(queryName); 
Identificateur
Description
workspace
The Workspace object obtained from the current session.
queryName
A String containing the workspace path name of the query (for example, Personal Queries/Query1).
Valeur de retour
Returns a Long containing the DBID of the query workspace item.

Feedback