![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include <mysql_stored_program.h>
Public Attributes | |
| mysql_service_status_t(* | set )(stored_program_runtime_context sp_runtime_context, uint16_t index, char const *string, size_t length, CHARSET_INFO_h charset) | 
| Set value of a string argument.  More... | |
| mysql_service_status_t(* s_mysql_mysql_stored_program_runtime_argument_string_charset::set) (stored_program_runtime_context sp_runtime_context, uint16_t index, char const *string, size_t length, CHARSET_INFO_h charset) | 
Set value of a string argument.
| [in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used. | 
| [in] | index | Argument position | 
| [in] | string | Value of the argument | 
| [in] | length | Length of the string | 
| [in] | charset | The character set of the string | 
| false | Success | 
| true | Error |