template::query::iterate (public, deprecated)
template::query::iterate statement_name sql body
Defined in packages/acs-templating/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
- Parameters:
- statement_name (required)
- Standard db_api statement name used to hook into query dispatcher
- sql (required)
- Query to use when processing this command
- body (required)
- Code body to be execute for each result row of the returned query
- See Also:
- Testcases:
- No testcase defined.