![]() |
MySQL 9.3.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 hour, uint32_t minute, uint32_t second, uint64_t micro, bool negative, uint8_t decimals) |
mysql_service_status_t(* s_mysql_mysql_stored_program_return_value_time::set) (stored_program_runtime_context sp_runtime_context, uint32_t hour, uint32_t minute, uint32_t second, uint64_t micro, bool negative, uint8_t decimals) |
[in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used. |
[in] | hour | Hour of the day |
[in] | minute | Minute of the hour |
[in] | second | Second of the minute |
[in] | micro | Micro second of the second |
[in] | negative | Is negative |
[in] | decimals | Precision information |
false | Success |
true | Error |