auth::sync::job::get_entry (public)
auth::sync::job::get_entry -entry_id entry_id -array array
Defined in packages/acs-authentication/tcl/sync-procs.tcl
Get information about a log entry
- Switches:
- -entry_id (required)
- -array (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- sync_actions, sync_snapshot, sync_batch_ims_example_doc, sync_batch_ims_test
Source code: upvar 1 $array row db_1row select_entry { select e.entry_id, e.job_id, e.entry_time, e.operation, j.authority_id, e.username, e.user_id, e.success_p, e.message, e.element_messages from auth_batch_job_entries e, auth_batch_jobs j where e.entry_id = :entry_id and j.job_id = e.job_id } -column_array rowGeneric 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