template::list::write_output (public)
template::list::write_output -name name
Defined in packages/acs-templating/tcl/list-procs.tcl
Writes the output to the connection if output isn't set to template. Will automatically issue an ad_script_abort, if the output has been written directly to the connection instead of through the templating system.
- Switches:
- -name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # Get an upvar'd reference to list_properties get_reference -name $name switch -- $list_properties(output) { csv { write_csv -name $name ad_script_abort } }XQL Not present: Generic, PostgreSQL, Oracle