ds_get_comments (private)
ds_get_comments
Defined in packages/acs-developer-support/tcl/acs-developer-support-procs.tcl
Get comments for the current request.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set comments [list] if { [nsv_exists ds_request $::ad_conn(request).comment] } { set comments [nsv_get ds_request $::ad_conn(request).comment] } return $commentsXQL Not present: Generic, PostgreSQL, Oracle