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

Class ::xo::db::sql::category_link

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

Class Relations

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

Methods (to be applied on the object)

  • del (scripted, public)

     xo::db::sql::category_link[i] del [ -dbn dbn ] -link_id link_id 

    Automatically generated method

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

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

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

     xo::db::sql::category_link[i] new [ -dbn dbn ] \
        -from_category_id from_category_id  \
        -to_category_id to_category_id  [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -from_category_id
    (required)
    -to_category_id
    (required)
    -childof
    (optional)

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

    Testcases:
    No testcase defined.