application-link-procs-postgresql.xql
DB Query file
Related Files
- packages/acs-tcl/tcl/application-link-procs.xql
- packages/acs-tcl/tcl/application-link-procs.tcl
- packages/acs-tcl/tcl/application-link-procs-postgresql.xql
- packages/acs-tcl/tcl/application-link-procs-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?>
<queryset>
<rdbms><type>postgresql</type><version>7.2</version></rdbms>
<fullquery name="application_link::new.create_forward_link">
<querytext>
select acs_rel__new (
null,
'application_link',
:this_package_id,
:target_package_id,
:this_package_id,
:user_id,
:id_addr
)
</querytext>
</fullquery>
<fullquery name="application_link::new.create_backward_link">
<querytext>
select acs_rel__new (
null,
'application_link',
:target_package_id,
:this_package_id,
:this_package_id,
:user_id,
:id_addr
)
</querytext>
</fullquery>
</queryset>