hdbGetViewName
hdbGetViewName(h_configId) =>t_viewName/nil
Description
Gets the view name of a configuration specified by h_configId.
Arguments
Value Returned
|
Did not get the view name of the configuration specified by h_configId. |
Example
configViewName = hdbGetViewName( config )
An example for the use of this function can be found at
your_install_dir/tools/hdb/examples/hdbTraverse.il
Related Topics
Parent/Child Database Functions
Return to top