Class ::xo::db::sql::acs_rel

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

Class Relations

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

Methods (to be applied on the object)

  • delete (scripted, public)

     xo::db::sql::acs_rel[i] delete [ -dbn dbn ] -rel_id rel_id 

    Automatically generated method

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

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

     xo::db::sql::acs_rel[i] new [ -dbn dbn ] [ -rel_id rel_id ] \
        [ -rel_type rel_type ] -object_id_one object_id_one  \
        -object_id_two object_id_two  [ -context_id context_id ] \
        [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn (optional)
    -rel_id (optional)
    -rel_type (optional, defaults to "relationship")
    -object_id_one (required)
    -object_id_two (required)
    -context_id (optional)
    -creation_user (optional)
    -creation_ip (optional)
    -childof (optional)

    Testcases:
    No testcase defined.