xo::db::sql::apm proc update_parameter (public)

 xo::db::sql::apm[i] update_parameter [ -dbn dbn ] \
    -parameter_id parameter_id  [ -parameter_name parameter_name ] \
    [ -description description ] [ -datatype datatype ] \
    [ -default_value default_value ] [ -section_name section_name ] \
    [ -min_n_values min_n_values ] [ -max_n_values max_n_values ]

Defined in packages/xotcl-core/tcl/05-db-procs.tcl

Automatically generated method

Switches:
-dbn (optional)
-parameter_id (required)
-parameter_name (optional)
-description (optional)
-datatype (optional, defaults to "string")
-default_value (optional)
-section_name (optional)
-min_n_values (optional, defaults to "1")
-max_n_values (optional, defaults to "1")

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) xo::db::sql::apm proc update_parameter xo::db::sql::apm proc update_parameter xo::db::sql::apm proc update_parameter->db_with_handle

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