auth::sync::job::start_get_document (public)
auth::sync::job::start_get_document -job_id job_id
Defined in packages/acs-authentication/tcl/sync-procs.tcl
Record the time that we're starting to get the document.
- Switches:
- -job_id (required)
- The ID of the batch job you're ending.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- sync_start_end
Source code: db_dml update_doc_start_time {}Generic XQL file: <fullquery name="auth::sync::job::start_get_document.update_doc_start_time"> <querytext> update auth_batch_jobs set doc_start_time = current_timestamp where job_id = :job_id </querytext> </fullquery>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