apm_highest_version (public)
apm_highest_version package_key
Defined in packages/acs-tcl/tcl/apm-procs.tcl
Return the highest version of the indicated package.
- Parameters:
- package_key (required)
- Returns:
- the version_id of the highest installed version of a package.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [acs::dc call apm_package highest_version -package_key $package_key]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