notification::type::get (public)
notification::type::get -short_name short_name \ -column_array column_array
Defined in packages/notifications/tcl/notification-type-procs.tcl
select information about the notification type into the given Tcl Array
- Switches:
- -short_name (required)
- -column_array (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # Select the data into the upvar'ed array upvar $column_array row db_1row select_notification_type {} -column_array rowGeneric XQL file: <fullquery name="notification::type::get.select_notification_type"> <querytext> select type_id, short_name, pretty_name, description from notification_types where short_name = :short_name </querytext> </fullquery>packages/notifications/tcl/notification-type-procs.xql
PostgreSQL XQL file: packages/notifications/tcl/notification-type-procs-postgresql.xql
Oracle XQL file: packages/notifications/tcl/notification-type-procs-oracle.xql