xo::db::sql::apm_package_type proc create_type (public)

 xo::db::sql::apm_package_type[i] create_type [ -dbn dbn ] \
    -package_key package_key  -pretty_name pretty_name  \
    -pretty_plural pretty_plural  -package_uri package_uri  \
    -package_type package_type  -initial_install_p initial_install_p  \
    -singleton_p singleton_p  \
    -implements_subsite_p implements_subsite_p  \
    -inherit_templates_p inherit_templates_p  \
    [ -spec_file_path spec_file_path ] \
    [ -spec_file_mtime spec_file_mtime ]

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

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-pretty_name
(required)
-pretty_plural
(required)
-package_uri
(required)
-package_type
(required)
-initial_install_p
(required)
-singleton_p
(required)
-implements_subsite_p
(required)
-inherit_templates_p
(required)
-spec_file_path
(optional)
-spec_file_mtime
(optional)

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

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