Class Relations
- class: ::nx::EnsembleObject
::nx::EnsembleObject create ::acs::db::nsdb-postgresql::slot::__call::application_group
Methods (to be applied on the object)
new (scripted)
db_with_handle -dbn $dbn __DB {
set s [ns_pg_bind 0or1row $__DB {select application_group__new(CAST(:group_id AS integer),:object_type,:creation_date,CAST(:creation_user AS integer),:creation_ip,:email,:url,:group_name,CAST(:package_id AS integer),:join_policy,CAST(:context_id AS integer))}]
return [ns_set value $s 0]
}