![]() |
MySQL 9.2.0
Source Code Documentation
|
#include <mysql_stored_program_imp.h>
Static Public Member Functions | |
static mysql_service_status_t | set (stored_program_runtime_context sp_runtime_context, char const *string, size_t length) noexcept |
Set value of a string return value. More... | |
|
staticnoexcept |
Set value of a string return value.
[in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used. |
[in] | string | Value of the argument |
[in] | length | Length of the string |
MYSQL_SUCCESS | Success |
MYSQL_FAILURE | Failure |