apm_package_key_from_version_id (public)

 apm_package_key_from_version_id version_id

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

Returns the package_key for the given APM package version id. Goes to the database the first time called and then uses a cached value. Calls the proc apm_package_key_from_version_id_mem.

Parameters:
version_id (required)
Author:
Peter Marklund <peter@collaboraid.biz>

Testcases:
No testcase defined.
Source code:
    return [util_memoize [list apm_package_key_from_version_id_not_cached $version_id]]
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: