acs::db::nsdb-postgresql method call content_revision copy_attributes (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision copy_attributes \
    [ -dbn dbn ] -content_type content_type  -revision_id revision_id  \
    -copy_id copy_id 

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

Automatically generated method TYPES: {character varying} integer integer

Switches:
-dbn (optional)
-content_type (required)
-revision_id (required)
-copy_id (required)

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