![]() |
MySQL 9.4.0
Source Code Documentation
|
#include <mysql_stored_program_imp.h>
Static Public Member Functions | |
| static mysql_service_status_t | get_name (stored_program_runtime_context sp_runtime_context, char const **value) noexcept |
| Returns the field name of the return value. More... | |
|
staticnoexcept |
Returns the field name of the return value.
| [in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used. |
| [out] | value | Metadata value |
| false | Success |
| true | Failure |