acs_object::set_context_id (public)

 acs_object::set_context_id -object_id object_id -context_id context_id

Defined in packages/acs-tcl/tcl/object-procs.tcl

Sets the context_id of the specified object.

Switches:
-object_id
(required)
-context_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_acs_object_procs_test acs_object_procs_test (test acs-tcl) acs_object::set_context_id acs_object::set_context_id test_acs_object_procs_test->acs_object::set_context_id db_dml db_dml (public) acs_object::set_context_id->db_dml

Testcases:
acs_object_procs_test
Source code:
    db_dml update_context_id {}
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="acs_object::set_context_id.update_context_id">
    <querytext>

        update acs_objects
           set context_id = :context_id
         where object_id = :object_id

      </querytext>
</fullquery>
packages/acs-tcl/tcl/object-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: