plpgsql_utility::get_function_args (private)

 plpgsql_utility::get_function_args function_name

Defined in packages/acs-subsite/tcl/plpgsql-utility-procs.tcl

uncached version returns list of lists args called from generate_attribute_parameter_call

Parameters:
function_name (required)

Testcases:
No testcase defined.
Source code:
        return [db_list_of_lists get_function_args {}]
XQL Not present:
Generic, Oracle
PostgreSQL XQL file:
<fullquery name="plpgsql_utility::get_function_args.get_function_args">
    <querytext>
      select arg_name, arg_default
      from acs_function_args
      where function = upper(:function_name)
      order by arg_seq
    </querytext>
</fullquery>
packages/acs-subsite/tcl/plpgsql-utility-procs-postgresql.xql

[ hide source ] | [ make this the default ]
Show another procedure: