rel_types::remove_permissible (public)

 rel_types::remove_permissible group_type rel_type

Defined in packages/acs-subsite/tcl/rel-types-procs.tcl

Add a permissible relationship for a given group type

Parameters:
group_type
rel_type

Partial Call Graph (max 5 caller/called nodes):
%3 db_dml db_dml (public) rel_types::remove_permissible rel_types::remove_permissible rel_types::remove_permissible->db_dml

Testcases:
No testcase defined.
Source code:
        if {[catch {
            db_dml delete_rel_type {}
        } errmsg]} {
        }
Generic XQL file:
<fullquery name="rel_types::remove_permissible.delete_rel_type">
    <querytext>
delete from group_type_rels
where group_type= :group_type
and rel_type= :rel_type
</querytext>
</fullquery>
packages/acs-subsite/tcl/rel-types-procs.xql

PostgreSQL XQL file:
packages/acs-subsite/tcl/rel-types-procs-postgresql.xql

Oracle XQL file:
packages/acs-subsite/tcl/rel-types-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: