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):
%3 forum::notification::process_reply forum::notification::process_reply (private) notification::reply::get notification::reply::get forum::notification::process_reply->notification::reply::get db_1row db_1row (public) notification::reply::get->db_1row

Testcases:
No testcase defined.
Source code:
        # Select the info into the upvar'ed Tcl Array
        upvar $array row
        db_1row select_reply {} -column_array row
Generic 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

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