acs::db::nsdb-postgresql method call acs_event recurrence_timespan_edit (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event recurrence_timespan_edit \
    [ -dbn dbn ] -event_id event_id  -start_date start_date  \
    -end_date end_date  -edit_past_events_p edit_past_events_p 

Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl

Automatically generated method TYPES: integer {timestamp with time zone} {timestamp with time zone} boolean

Switches:
-dbn (optional)
-event_id (required)
-start_date (required)
-end_date (required)
-edit_past_events_p (required)

Testcases:
No testcase defined.
Source code:
db_with_handle -dbn $dbn __DB {
   set s [ns_pg_bind 0or1row $__DB {select acs_event__recurrence_timespan_edit(CAST(:event_id AS integer),:start_date,:end_date,:edit_past_events_p)}]
   return [ns_set value $s 0]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: