acs::db::nsdb-postgresql method call lob_copy (public)
<instance of acs::db::nsdb-postgresql> call lob_copy \ [ -dbn dbn ] -from_id from_id -to_id to_id
Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -from_id (required)
- -to_id (required)
- Testcases:
- No testcase defined.
Source code: db_with_handle -dbn $dbn __DB { set s [ns_pg_bind 0or1row $__DB {select lob_copy(CAST(:from_id AS integer),CAST(:to_id AS integer))}] return [ns_set value $s 0] }XQL Not present: Generic, PostgreSQL, Oracle