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):
%3 db_1row db_1row (public) notification::type::get notification::type::get notification::type::get->db_1row

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 row
Generic 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

[ hide source ] | [ make this the default ]
Show another procedure: