acs_object::package_id_not_cached (private)
acs_object::package_id_not_cached -object_id object_id
Defined in packages/acs-tcl/tcl/object-procs.tcl
Gets the package_id of the object
- Switches:
- -object_id (required)
- the object to get the package_id for
- Returns:
- package_id of the object. Empty string if the package_id is not stored
- Author:
- Malte Sussdorff <malte.sussdorff@cognovis.de>
- Created:
- 2006-08-10
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [db_string get_package_id {} -default ""]XQL Not present: PostgreSQL, Oracle Generic XQL file: <fullquery name="acs_object::package_id_not_cached.get_package_id"> <querytext> select package_id from acs_objects where object_id = :object_id </querytext> </fullquery>packages/acs-tcl/tcl/object-procs.xql