auth::authority::get_id_not_cached (private)

 auth::authority::get_id_not_cached -short_name short_name

Defined in packages/acs-authentication/tcl/authority-procs.tcl

Get authority_id by short_name. Not cached.

Switches:
-short_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 auth::authority::get_id auth::authority::get_id (public) auth::authority::get_id_not_cached auth::authority::get_id_not_cached auth::authority::get_id->auth::authority::get_id_not_cached db_string db_string (public) auth::authority::get_id_not_cached->db_string

Testcases:
No testcase defined.
Source code:
    return [db_string select_authority_id {
        select authority_id
        from   auth_authorities
        where  short_name = :short_name
    } -default {}]
Generic XQL file:
packages/acs-authentication/tcl/authority-procs.xql

PostgreSQL XQL file:
packages/acs-authentication/tcl/authority-procs-postgresql.xql

Oracle XQL file:
packages/acs-authentication/tcl/authority-procs-oracle.xql

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