Class ::xo::db::sql::faq

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

Defined in

Class Relations

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

Methods (to be applied on the object)

  • clone (scripted, public)

     xo::db::sql::faq[i] clone [ -dbn dbn ] -new_package_id new_package_id  \
        -old_package_id old_package_id 

    Automatically generated method

    Switches:
    -dbn (optional)
    -new_package_id (required)
    -old_package_id (required)

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

     xo::db::sql::faq[i] delete_faq [ -dbn dbn ]

    Automatically generated method

    Switches:
    -dbn (optional)

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

     xo::db::sql::faq[i] delete_q_and_a [ -dbn dbn ]

    Automatically generated method

    Switches:
    -dbn (optional)

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

     xo::db::sql::faq[i] name [ -dbn dbn ]

    Automatically generated method

    Switches:
    -dbn (optional)

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

     xo::db::sql::faq[i] new_faq [ -dbn dbn ]

    Automatically generated method

    Switches:
    -dbn (optional)

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

     xo::db::sql::faq[i] new_q_and_a [ -dbn dbn ] [ -entry_id entry_id ] \
        -faq_id faq_id  -question question  -answer answer  \
        -sort_key sort_key  -object_type object_type  \
        [ -creation_date creation_date ] [ -creation_user creation_user ] \
        [ -creation_ip creation_ip ] [ -context_id context_id ]

    Automatically generated method

    Switches:
    -dbn (optional)
    -entry_id (optional)
    -faq_id (required)
    -question (required)
    -answer (required)
    -sort_key (required)
    -object_type (required)
    -creation_date (optional, defaults to "current_timestamp")
    -creation_user (optional)
    -creation_ip (optional)
    -context_id (optional)

    Testcases:
    No testcase defined.