acs::db::nsdb-postgresql method call acs_activity edit (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_activity edit \
    [ -dbn dbn ] -activity_id activity_id  [ -name name ] \
    [ -description description ] [ -html_p html_p ] \
    [ -status_summary status_summary ]

Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl

Automatically generated method TYPES: integer {character varying} text boolean text

Switches:
-dbn (optional)
-activity_id (required)
-name (optional, accept empty)
-description (optional, accept empty)
-html_p (optional, accept empty)
-status_summary (optional, accept empty)

Testcases:
No testcase defined.
Source code:
db_with_handle -dbn $dbn __DB {
   set s [ns_pg_bind 0or1row $__DB {select acs_activity__edit(CAST(:activity_id AS integer),:name,:description,:html_p,:status_summary)}]
   return [ns_set value $s 0]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: