acs::db::postgresql method sql_function_argument_list (protected)

 <instance of acs::db::postgresql[i]> sql_function_argument_list \
    sql_info

Defined in packages/acs-tcl/tcl/acs-db-12-procs.tcl

Build interface based on bind vars for PostgreSQL

Parameters:
sql_info (required)

Testcases:
No testcase defined.
Source code:
set bind_var_names [lmap  argument_name [dict get $sql_info argument_names]  type [dict get $sql_info types] {
                            :dbfunction_argument_value -name $argument_name -type $type
                        }]
return [list tcl "" sql_arguments [join $bind_var_names ,]]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: