lang::system::get_locale_options_not_cached (private)

 lang::system::get_locale_options_not_cached

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

Return all enabled locales in the system in a format suitable for the options argument of a form.

Author:
Lars Pind

Partial Call Graph (max 5 caller/called nodes):
%3 lang::system::get_locale_options lang::system::get_locale_options (public) lang::system::get_locale_options_not_cached lang::system::get_locale_options_not_cached lang::system::get_locale_options->lang::system::get_locale_options_not_cached db_list_of_lists db_list_of_lists (public) lang::system::get_locale_options_not_cached->db_list_of_lists

Testcases:
No testcase defined.
Source code:
    return [db_list_of_lists select_locales {}]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="lang::system::get_locale_options_not_cached.select_locales">
    <querytext>
       select label, locale
        from   ad_locales
        where  enabled_p = 't'
      </querytext>
</fullquery>
packages/acs-lang/tcl/locale-procs.xql

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