calendar::get_item_types (public)
calendar::get_item_types -calendar_id calendar_id
Defined in packages/calendar/tcl/calendar-procs.tcl
return the item types
- Switches:
- -calendar_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- calendar_basic_api
Source code: return [list {{--} {}} {*}[db_list_of_lists select_item_types {}]]Generic XQL file: <fullquery name="calendar::get_item_types.select_item_types"> <querytext> select type, item_type_id from cal_item_types where calendar_id= :calendar_id </querytext> </fullquery>packages/calendar/tcl/calendar-procs.xql
PostgreSQL XQL file: packages/calendar/tcl/calendar-procs-postgresql.xql
Oracle XQL file: packages/calendar/tcl/calendar-procs-oracle.xql