Class Relations
- class: ::nx::EnsembleObject
::nx::EnsembleObject create ::acs::db::nsdb-postgresql::slot::__call::workflow_case_log_entry
Methods (to be applied on the object)
new (scripted)
db_with_handle -dbn $dbn __DB {
set s [ns_pg_bind 0or1row $__DB {select workflow_case_log_entry__new(CAST(:entry_id AS integer),:content_type,CAST(:case_id AS integer),CAST(:action_id AS integer),:comment,:comment_mime_type,CAST(:creation_user AS integer),:creation_ip,CAST(:package_id AS integer))}]
return [ns_set value $s 0]
}