acs::db::nsdb-postgresql method call rss_gen_subscr new (public)
<instance of acs::db::nsdb-postgresql> 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-tcl/tcl/00-acs-tcl-init.tcl
Automatically generated method TYPES: integer integer {character varying} integer {timestamp with time zone} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -p_subscr_id (required)
- -p_impl_id (required)
- -p_summary_context_id (required)
- -p_timeout (required)
- -p_lastbuild (optional, defaults to
"now"
)- -p_object_type (required)
- -p_creation_date (optional, defaults to
"now"
)- -p_creation_user (required)
- -p_creation_ip (required)
- -p_context_id (required)
- Testcases:
- No testcase defined.
Source code: db_with_handle -dbn $dbn __DB { set s [ns_pg_bind 0or1row $__DB {select rss_gen_subscr__new(CAST(:p_subscr_id AS integer),CAST(:p_impl_id AS integer),:p_summary_context_id,CAST(:p_timeout AS integer),:p_lastbuild,:p_object_type,:p_creation_date,CAST(:p_creation_user AS integer),:p_creation_ip,CAST(:p_context_id AS integer))}] return [ns_set value $s 0] }XQL Not present: Generic, PostgreSQL, Oracle