UpdateQueryDef

Description

Overwrites an existing query workspace item specified by DBID, with the given QueryDef object.

Syntax

Perl


$workspace->UpdateQueryDef(dbid, QueryDefObj); 
Identifier
Description
workspace
The Workspace object obtained from the current session.
dbid
The DBID of the existing workspace item you want to overwrite.
QueryDefObj
A reference to the QueryDef object you are updating the workspace item with.
Return value
None.