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

 xo::db::sql::authority[i] new [ -dbn dbn ] [ -authority_id authority_id ] \
    [ -object_type object_type ] -short_name short_name  \
    -pretty_name pretty_name  [ -enabled_p enabled_p ] \
    -sort_order sort_order  [ -auth_impl_id auth_impl_id ] \
    [ -pwd_impl_id pwd_impl_id ] \
    [ -forgotten_pwd_url forgotten_pwd_url ] \
    [ -change_pwd_url change_pwd_url ] \
    [ -register_impl_id register_impl_id ] \
    [ -register_url register_url ] \
    [ -help_contact_text help_contact_text ] \
    [ -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)
-authority_id
(optional)
-object_type
(defaults to "authority") (optional)
-short_name
(required)
-pretty_name
(required)
-enabled_p
(defaults to "t") (optional)
-sort_order
(required)
-auth_impl_id
(optional)
-pwd_impl_id
(optional)
-forgotten_pwd_url
(optional)
-change_pwd_url
(optional)
-register_impl_id
(optional)
-register_url
(optional)
-help_contact_text
(optional)
-creation_user
(optional)
-creation_ip
(optional)
-context_id
(optional)
-childof
(optional)

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

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