acs_lookup_magic_object_no_cache (private)
acs_lookup_magic_object_no_cache name
Defined in packages/acs-tcl/tcl/object-procs.tcl
Non memoized version of acs_magic_object.
- Parameters:
- name (required)
- Returns:
- the magic object's object ID
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [db_string magic_object_select {} ]XQL Not present: PostgreSQL, Oracle Generic XQL file: <fullquery name="acs_lookup_magic_object_no_cache.magic_object_select"> <querytext> select object_id from acs_magic_objects where name = :name </querytext> </fullquery>packages/acs-tcl/tcl/object-procs.xql