apm_package_ids_from_key (public)

 apm_package_ids_from_key -package_key package_key [ -mounted ]

Defined in packages/acs-tcl/tcl/apm-procs.tcl

Switches:
-package_key (required)
The package key we are looking for the package
-mounted (optional, boolean)
Does the package have to be mounted?
Returns:
List of package ids of all instances of the package. Empty string

Testcases:
No testcase defined.
Source code:
    return [util_memoize [list apm_package_ids_from_key_not_cached -package_key $package_key -mounted_p $mounted_p]]
Generic XQL file:
packages/acs-tcl/tcl/apm-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: