group::group_p (private)
group::group_p -group_id group_id
Defined in packages/acs-subsite/tcl/group-procs.tcl
Test, of group exists
- Switches:
- -group_id (required)
- The group_id of the group
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [acs::group_cache eval -partition_key $group_id exists-$group_id- { db_string group {select 1 from groups where group_id = :group_id} -default 0 }]XQL Not present: Generic PostgreSQL XQL file: packages/acs-subsite/tcl/group-procs-postgresql.xql
Oracle XQL file: packages/acs-subsite/tcl/group-procs-oracle.xql