acs::db::nsdb-postgresql method call content_keyword set_description (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword set_description \
    [ -dbn dbn ] -keyword_id keyword_id  -description description 

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

Automatically generated method TYPES: integer {character varying}

Switches:
-dbn (optional)
-keyword_id (required)
-description (required)

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