#include <mysql_stored_program.h>
◆ get
Get value of a string argument.
- Parameters
-
| [in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used. |
| [in] | index | Argument position |
| [out] | value | A pointer to the current value |
| [out] | length | Length of the current value |
| [out] | is_null | Flag to indicate if value is null |
- Returns
- Status of operation
- Return values
-
◆ set
Set value of a string argument with utf8mb4 as charset.
- Parameters
-
| [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 |
- Returns
- Status of operation
- Return values
-
The documentation for this struct was generated from the following file: