acs::db::SQL method build_function_argument_list (protected)
<instance of acs::db::SQL> build_function_argument_list dict
Defined in packages/acs-tcl/tcl/acs-db-12-procs.tcl
Return argument list as used for procs and methods. Different backend provide data in different forms (types, meta model data), so we use in the case of Oracle a dict with the assembled data and we normalize to common grounds here.
- Parameters:
- dict (required)
- Testcases:
- No testcase defined.