application_data_link::relation_tag_where_clause (public)

 application_data_link::relation_tag_where_clause \
    [ -relation_tag relation_tag ]

Defined in packages/acs-tcl/tcl/application-data-link-procs.tcl

Utility proc to return relation tag where clause fragment. We show all object links regardless of tag if relation_tag is empty string.

Switches:
-relation_tag
(optional)
Relationship identifier

Partial Call Graph (max 5 caller/called nodes):
%3 db_map db_map (public) application_data_link::relation_tag_where_clause application_data_link::relation_tag_where_clause application_data_link::relation_tag_where_clause->db_map

Testcases:
No testcase defined.
Source code:
    if {$relation_tag eq ""} {
        return ""
    } else {
        return [db_map where_clause]
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="application_data_link::relation_tag_where_clause.where_clause">
    <querytext>
    and relation_tag = :relation_tag
    </querytext>
</fullquery>
packages/acs-tcl/tcl/application-data-link-procs.xql

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