::xo::db::sql::template_demo_note proc new (public)::xo::db::sql::template_demo_note 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.tclAutomatically 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)
|