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

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

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)

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

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

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

    Automatically generated method

    Switches:
    -dbn
    (optional)

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

    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)

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

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

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

    Automatically generated method

    Switches:
    -dbn
    (optional)

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

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

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

    Automatically generated method

    Switches:
    -dbn
    (optional)

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

    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
    (defaults to "current_timestamp") (optional)
    -creation_user
    (optional)
    -creation_ip
    (optional)
    -context_id
    (optional)

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

    Testcases:
    No testcase defined.