acs::db::nsdb-postgresql method call rss_gen_subscr new (public)

 <instance of acs::db::nsdb-postgresql[i]> call rss_gen_subscr new \
    [ -dbn dbn ] [ -p_subscr_id p_subscr_id ] [ -p_impl_id p_impl_id ] \
    -p_summary_context_id p_summary_context_id  \
    [ -p_timeout p_timeout ] [ -p_lastbuild p_lastbuild ] \
    -p_object_type p_object_type  [ -p_creation_date p_creation_date ] \
    [ -p_creation_user p_creation_user ] -p_creation_ip p_creation_ip  \
    [ -p_context_id p_context_id ]

Defined in packages/acs-api-browser/tcl/api-doc-init.tcl

Automatically generated method

Switches:
-dbn
(optional)
-p_subscr_id
(optional)
-p_impl_id
(optional)
-p_summary_context_id
(required)
-p_timeout
(optional)
-p_lastbuild
(defaults to "now") (optional)
-p_object_type
(required)
-p_creation_date
(defaults to "now") (optional)
-p_creation_user
(optional)
-p_creation_ip
(required)
-p_context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rss_gen_subscr new} acs::db::nsdb-postgresql instproc {call rss_gen_subscr new} acs::db::nsdb-postgresql instproc {call rss_gen_subscr new}->db_with_handle

Testcases:
No testcase defined.
Source code:
db_with_handle -dbn $dbn __DB {
   set s [ns_pg_bind 0or1row $__DB {select rss_gen_subscr__new(:p_subscr_id,:p_impl_id,:p_summary_context_id,:p_timeout,:p_lastbuild,:p_object_type,:p_creation_date,:p_creation_user,:p_creation_ip,:p_context_id)}]
   return [ns_set value $s 0]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: