xo::db::sql::faq proc new_q_and_a (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 ]

Defined in packages/xotcl-core/tcl/05-db-procs.tcl

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.
[ show source ]
Show another procedure: