%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::template_demo_note ::xo::db::sql::template_demo_note → del → name → new ::xo::db::sql::template_demo_note->::xotcl::Object

Class ::xo::db::sql::template_demo_note

::xo::db::sql::template_demo_note[i] create ...

Defined in

Class Relations

  • class: ::xo::db::Class[i]
  • superclass: ::xotcl::Object[i]

Methods (to be applied on the object)

  • del (scripted, public)

     xo::db::sql::template_demo_note[i] del [ -dbn dbn ] \
        -template_demo_note_id template_demo_note_id 

    Automatically generated method

    Switches:
    -dbn (optional)
    -template_demo_note_id (required)

    Testcases:
    No testcase defined.
  • name (scripted, public)

     xo::db::sql::template_demo_note[i] name [ -dbn dbn ] \
        -template_demo_note_id template_demo_note_id 

    Automatically generated method

    Switches:
    -dbn (optional)
    -template_demo_note_id (required)

    Testcases:
    No testcase defined.
  • new (scripted, 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 ]

    Automatically generated method

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

    Testcases:
    No testcase defined.