xo::db::sql::forums_forum proc new (public)

 xo::db::sql::forums_forum[i] new [ -dbn dbn ] -forum_id forum_id  \
    [ -object_type object_type ] -name name  -charter charter  \
    -presentation_type presentation_type  \
    -posting_policy posting_policy  -package_id package_id  \
    -creation_date creation_date  -creation_user creation_user  \
    -creation_ip creation_ip  -context_id context_id  \
    [ -childof childof ]

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

Automatically generated method

Switches:
-dbn
(optional)
-forum_id
(required)
-object_type
(defaults to "forums_forum") (optional)
-name
(required)
-charter
(required)
-presentation_type
(required)
-posting_policy
(required)
-package_id
(required)
-creation_date
(required)
-creation_user
(required)
-creation_ip
(required)
-context_id
(required)
-childof
(optional)

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

Testcases:
No testcase defined.
[ show source ]
Show another procedure: