notification::reply::get (public)
notification::reply::get -reply_id reply_id -array array
Defined in packages/notifications/tcl/notification-reply-procs.tcl
Get the information for the reply in a Tcl array
- Switches:
- -reply_id (required)
- -array (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # Select the info into the upvar'ed Tcl Array upvar $array row db_1row select_reply {} -column_array rowGeneric XQL file: <fullquery name="notification::reply::get.select_reply"> <querytext> select reply_id, object_id, type_id, from_user, subject, content, reply_date from notification_replies where reply_id= :reply_id </querytext> </fullquery>packages/notifications/tcl/notification-reply-procs.xql
PostgreSQL XQL file: packages/notifications/tcl/notification-reply-procs-postgresql.xql
Oracle XQL file: packages/notifications/tcl/notification-reply-procs-oracle.xql