acs::db::nsdb-postgresql method call notification new (public)
<instance of acs::db::nsdb-postgresql> call notification new \ [ -dbn dbn ] -notification_id notification_id -type_id type_id \ -object_id object_id -notif_date notif_date \ -response_id response_id -notif_user notif_user \ -notif_subject notif_subject -notif_text notif_text \ -notif_html notif_html -file_ids file_ids \ -creation_date creation_date -creation_user creation_user \ -creation_ip creation_ip -context_id context_id
Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl
Automatically generated method TYPES: integer integer integer {timestamp with time zone} integer integer {character varying} text text text {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -notification_id (required)
- -type_id (required)
- -object_id (required)
- -notif_date (required)
- -response_id (required)
- -notif_user (required)
- -notif_subject (required)
- -notif_text (required)
- -notif_html (required)
- -file_ids (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
Source code: db_with_handle -dbn $dbn __DB { set s [ns_pg_bind 0or1row $__DB {select notification__new(CAST(:notification_id AS integer),CAST(:type_id AS integer),CAST(:object_id AS integer),:notif_date,CAST(:response_id AS integer),CAST(:notif_user AS integer),:notif_subject,:notif_text,:notif_html,:file_ids,:creation_date,CAST(:creation_user AS integer),:creation_ip,CAST(:context_id AS integer))}] return [ns_set value $s 0] }XQL Not present: Generic, PostgreSQL, Oracle