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).
Anmerkung: This method became available
in version 2003.06.15 and is for Perl only. It is not available for
VBScript.
Anmerkung: 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
Mit Datensätzen arbeiten
Syntax
Perl
$workspace->GetQueryDbId(queryName);
- Identifier
- 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).
- Return value
- Returns a Long containing the DBID of the query
workspace item.