I want to instatiate an apm_package object given the package_id. I got so far. This will return
set c [::xo::db::Class get_class_from_db -object_type apm_package]
This will return ::xo::db::apm_package. Unfortunately
$c get_instance_from_db -id $package_id
fails. Due to the fact that get_instance_from_db is not supported.
$c info instprocs results to
insert save.
Any chance to instantiate the package?
Request notifications