acs::db::postgresql method db_proc_opt_arg_spec (protected)
<instance of acs::db::postgresql> db_proc_opt_arg_spec \ [ -name name ] [ -type type ] [ -default default ]
Defined in packages/acs-tcl/tcl/acs-db-12-procs.tcl
Handling of default values: - $optional eq "N", default ignored, the attribute is required - default value different from NULL --> make it default - otherwise: non-required argument, bindvars e.g. empty it to null
- Switches:
- -name (optional)
- -type (optional)
- -default (optional)
- Testcases:
- No testcase defined.