lang::user::timezone_no_cache (private)

 lang::user::timezone_no_cache user_id

Defined in packages/acs-lang/tcl/locale-procs.tcl

Parameters:
user_id

Partial Call Graph (max 5 caller/called nodes):
%3 lang::user::timezone lang::user::timezone (public) lang::user::timezone_no_cache lang::user::timezone_no_cache lang::user::timezone->lang::user::timezone_no_cache db_string db_string (public) lang::user::timezone_no_cache->db_string

Testcases:
No testcase defined.
Source code:
    return [db_string select_user_timezone {} -default ""]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="lang::user::timezone_no_cache.select_user_timezone">
    <querytext>
        select timezone
        from   user_preferences
        where  user_id = :user_id
      </querytext>
</fullquery>
packages/acs-lang/tcl/locale-procs.xql

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