fs::rss::create_rss_gen_subscr_impl (private)

 fs::rss::create_rss_gen_subscr_impl

Defined in packages/file-storage/tcl/file-storage-rss-procs.tcl

Register the service contract implementation and return the impl_id

Returns:
impl_id of the created implementation

Partial Call Graph (max 5 caller/called nodes):
%3 fs::install::package_install fs::install::package_install (private) fs::rss::create_rss_gen_subscr_impl fs::rss::create_rss_gen_subscr_impl fs::install::package_install->fs::rss::create_rss_gen_subscr_impl fs::install::upgrade fs::install::upgrade (private) fs::install::upgrade->fs::rss::create_rss_gen_subscr_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) fs::rss::create_rss_gen_subscr_impl->acs_sc::impl::new_from_spec fs::rss::datasource fs::rss::datasource (private) fs::rss::create_rss_gen_subscr_impl->fs::rss::datasource fs::rss::lastUpdated fs::rss::lastUpdated (private) fs::rss::create_rss_gen_subscr_impl->fs::rss::lastUpdated

Testcases:
No testcase defined.
Source code:
    return [acs_sc::impl::new_from_spec -spec {
        contract_name "RssGenerationSubscriber"
        name "fs_rss"
        owner "file-storage"
        aliases {
            datasource fs::rss::datasource
            lastUpdated fs::rss::lastUpdated
        }
    }]
Generic XQL file:
packages/file-storage/tcl/file-storage-rss-procs.xql

PostgreSQL XQL file:
packages/file-storage/tcl/file-storage-rss-procs-postgresql.xql

Oracle XQL file:
packages/file-storage/tcl/file-storage-rss-procs-oracle.xql

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