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

 xo::db::sql::acs_user[i] new [ -dbn dbn ] [ -user_id user_id ] \
    [ -object_type object_type ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    -authority_id authority_id  -username username  -email email  \
    [ -url url ] -first_names first_names  -last_name last_name  \
    -password password  -salt salt  [ -screen_name screen_name ] \
    [ -email_verified_p email_verified_p ] [ -context_id context_id ] \
    [ -childof childof ]

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

Automatically generated method

Switches:
-dbn
(optional)
-user_id
(optional)
-object_type
(defaults to "user") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-authority_id
(required)
-username
(required)
-email
(required)
-url
(optional)
-first_names
(required)
-last_name
(required)
-password
(required)
-salt
(required)
-screen_name
(optional)
-email_verified_p
(defaults to "t") (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::acs_user proc new xo::db::sql::acs_user proc new xo::db::sql::acs_user proc new->db_with_handle

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