rss_package_url (public)

 rss_package_url

Defined in packages/rss-support/tcl/rss-utilities-procs.tcl

    # Returns the rss package url if it is mounted.
    # Returns the empty string otherwise.
    

Testcases:
No testcase defined.
Source code:
    set package_id [rss_package_id]
    return [db_string rss_url {} -default ""]
Generic XQL file:
packages/rss-support/tcl/rss-utilities-procs.xql

PostgreSQL XQL file:
<fullquery name="rss_package_url.rss_url">
    <querytext>
        select site_node__url(node_id) from site_nodes where object_id = :package_id
    </querytext>
</fullquery>
packages/rss-support/tcl/rss-utilities-procs-postgresql.xql

Oracle XQL file:
<fullquery name="rss_package_url.rss_url">
    <querytext>
        select site_node.url(node_id) from site_nodes where object_id = :package_id
    </querytext>
</fullquery>
packages/rss-support/tcl/rss-utilities-procs-oracle.xql

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