proxy::exec (public)

 proxy::exec -call call [ -cd cd ] [ -ignorestderr ]

Defined in packages/acs-tcl/tcl/proxy-procs.tcl

Execute the statement in a proxy instead of normal exec

Switches:
-call
(required)
Call which is passed to the "exec" command
-cd
(optional)
Change to the given directory before executing the command
-ignorestderr
(boolean) (optional)
Boolean value to indicate, whether the stderr output of the exec'ed command should be ignored.

Partial Call Graph (max 5 caller/called nodes):
%3 db_source_sql_file db_source_sql_file (public) proxy::exec proxy::exec db_source_sql_file->proxy::exec exec exec (public) exec->proxy::exec ad_try ad_try (public) proxy::exec->ad_try

Testcases:
No testcase defined.
[ show source ]
Show another procedure: