apm::package_version::attributes::store (private)

 apm::package_version::attributes::store -version_id version_id \
    -array array

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

Store the dynamic attributes of a certain package version in the database.

Switches:
-version_id
(required)
The id of the package version to store attribute values for
-array
(required)
The name of the array in the callers scope containing the attribute values to store
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 apm_package_install_version apm_package_install_version (public) apm::package_version::attributes::store apm::package_version::attributes::store apm_package_install_version->apm::package_version::attributes::store apm_version_update apm_version_update (public) apm_version_update->apm::package_version::attributes::store apm::package_version::attributes::get_spec apm::package_version::attributes::get_spec (public) apm::package_version::attributes::store->apm::package_version::attributes::get_spec db_dml db_dml (public) apm::package_version::attributes::store->db_dml db_transaction db_transaction (public) apm::package_version::attributes::store->db_transaction

Testcases:
No testcase defined.
[ show source ]
Show another procedure: