#include <mysql_stored_program.h>
◆ get
- Parameters
-
| [in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used. |
| [in] | index | Argument position |
| [out] | year | Year information |
| [out] | month | Month of the year |
| [out] | day | Day of the month |
| [out] | is_null | Flag to indicate if value is null |
- Returns
- Status of operation
- Return values
-
◆ set
- Parameters
-
| [in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used. |
| [in] | index | Argument position |
| [in] | year | Year information |
| [in] | month | Month of the year |
| [in] | day | Day of the month |
- Returns
- Status of operation
- Return values
-
The documentation for this struct was generated from the following file: