acs::db::nsdb-postgresql method call party new (public)
<instance of acs::db::nsdb-postgresql> call party new \ [ -dbn dbn ] [ -party_id party_id ] [ -object_type object_type ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] -email email [ -url url ] \ [ -context_id context_id ]
Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} {character varying} {character varying} integer
- Switches:
- -dbn (optional)
- -party_id (optional, accept empty)
- -object_type (optional, defaults to
"party"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -email (required)
- -url (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
Source code: db_with_handle -dbn $dbn __DB { set s [ns_pg_bind 0or1row $__DB {select party__new(CAST(:party_id AS integer),:object_type,:creation_date,CAST(:creation_user AS integer),:creation_ip,:email,:url,CAST(:context_id AS integer))}] return [ns_set value $s 0] }XQL Not present: Generic, PostgreSQL, Oracle