![]() |
MySQL 9.6.0
Source Code Documentation
|
#include <mysql_stored_program.h>
Public Attributes | |
| mysql_service_status_t(* | set )(stored_program_runtime_context sp_runtime_context, uint32_t year, uint32_t month, uint32_t day) |
| mysql_service_status_t(* s_mysql_mysql_stored_program_return_value_date::set) (stored_program_runtime_context sp_runtime_context, uint32_t year, uint32_t month, uint32_t day) |
| [in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used. |
| [in] | year | Year information |
| [in] | month | Month of the year |
| [in] | day | Day of the month |
| false | Success |
| true | Error |