auth::sync::job::get_authority_id_not_cached (private)

 auth::sync::job::get_authority_id_not_cached job_id

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

Get the authority_id from a job_id. Not cached.

Parameters:
job_id - The ID of the batch job you're ending.
Author:
Lars Pind <lars@collaboraid.biz>
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 auth::sync::job::get_authority_id auth::sync::job::get_authority_id (public) auth::sync::job::get_authority_id_not_cached auth::sync::job::get_authority_id_not_cached auth::sync::job::get_authority_id->auth::sync::job::get_authority_id_not_cached auth::sync::job::get_authority_id_seed auth::sync::job::get_authority_id_seed (private) auth::sync::job::get_authority_id_seed->auth::sync::job::get_authority_id_not_cached db_string db_string (public) auth::sync::job::get_authority_id_not_cached->db_string

Testcases:
No testcase defined.
Source code:
    return [db_string select_auth_id { select authority_id from auth_batch_jobs where job_id = :job_id }]
Generic XQL file:
packages/acs-authentication/tcl/sync-procs.xql

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

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

[ hide source ]
Show another procedure: