#include <mysql_stored_program.h>
◆ get
Get value of an unsigned int argument.
- Parameters
-
[in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used. |
[in] | index | Argument position |
[out] | result | Value of the argument |
[out] | is_null | Flag to indicate if value is null |
- Returns
- Status of operation
- Return values
-
◆ set
Set value of an unsigned int argument.
- Parameters
-
[in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used. |
[in] | index | Argument position |
[in] | value | Value to be set |
- Returns
- Status of operation
- Return values
-
The documentation for this struct was generated from the following file: