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
Returns:
the magic object's object ID
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 acs_lookup_magic_object acs_lookup_magic_object (private, deprecated) acs_lookup_magic_object_no_cache acs_lookup_magic_object_no_cache acs_lookup_magic_object->acs_lookup_magic_object_no_cache acs_magic_object acs_magic_object (public) acs_magic_object->acs_lookup_magic_object_no_cache db_string db_string (public) acs_lookup_magic_object_no_cache->db_string

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

[ hide source ] | [ make this the default ]
Show another procedure: