GetQueryDbIdList

Description

Returns the list of DBIDs parallel to the names returned from the GetQueryList method, with the same query type argument value.

Remarque : This method is for Windows only.
Remarque : This method became available in version 2002.05.00. In version 7.0.0.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.0.0 cannot display records with database identifiers (DBIDs) higher than the former limit. For more information on DBIDs, see Utilisation d'enregistrements

Syntaxe

VBScript

workspace.GetQueryDbIdList querytype 

Perl

$workspace->GetQueryDbIdList(querytype); 
Identificateur
Description
workspace
The Workspace object obtained from the current session.
querytype
The type of queries to return.
  1. public queries
  2. personal queries
  3. all public and personal queries

For Visual Basic, this value corresponds to one of the WorkspaceQueryType constants.

Return value
For Visual Basic, an array of Variants (each containing a string) that make up the list of DBIDs parallel to the names returned from GetQueryList. Each String contains one DBID.

For Perl, returns a reference to an array of strings.


Commentaires en retour