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 (required)
- 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):
- 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