xo::db::sql::template_demo_note proc new (public)

 xo::db::sql::template_demo_note[i] new [ -dbn dbn ] \
    -template_demo_note_id template_demo_note_id  -title title  \
    -body body  -color color  [ -object_type object_type ] \
    [ -creation_date creation_date ] -creation_user creation_user  \
    -creation_ip creation_ip  -context_id context_id  \
    [ -childof childof ]

Defined in packages/xotcl-core/tcl/05-db-procs.tcl

Automatically generated method

Switches:
-dbn
(optional)
-template_demo_note_id
(required)
-title
(required)
-body
(required)
-color
(required)
-object_type
(defaults to "template_demo_note") (optional)
-creation_date
(defaults to "now") (optional)
-creation_user
(required)
-creation_ip
(required)
-context_id
(required)
-childof
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) xo::db::sql::template_demo_note proc new xo::db::sql::template_demo_note proc new xo::db::sql::template_demo_note proc new->db_with_handle

Testcases:
No testcase defined.
[ show source ]
Show another procedure: