%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::person ::xo::db::sql::person → delete → first_names → last_name → name → new ::xo::db::sql::person->::xotcl::Object

Class ::xo::db::sql::person

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

Defined in

Class Relations

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

Methods (to be applied on the object)

  • delete (scripted, public)

     xo::db::sql::person[i] delete [ -dbn dbn ] -person_id person_id 

    Automatically generated method

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

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

     xo::db::sql::person[i] first_names [ -dbn dbn ] -person_id person_id 

    Automatically generated method

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

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

     xo::db::sql::person[i] last_name [ -dbn dbn ] -person_id person_id 

    Automatically generated method

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

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

     xo::db::sql::person[i] name [ -dbn dbn ] -person_id person_id 

    Automatically generated method

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

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

     xo::db::sql::person[i] new [ -dbn dbn ] [ -person_id person_id ] \
        [ -object_type object_type ] [ -creation_date creation_date ] \
        [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
        -email email  [ -url url ] -first_names first_names  \
        -last_name last_name  [ -context_id context_id ] \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn (optional)
    -person_id (optional)
    -object_type (optional, defaults to "person")
    -creation_date (optional, defaults to "now()")
    -creation_user (optional)
    -creation_ip (optional)
    -email (required)
    -url (optional)
    -first_names (required)
    -last_name (required)
    -context_id (optional)
    -childof (optional)

    Testcases:
    No testcase defined.