![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <mysql_stored_program.h>
Public Attributes | |
| mysql_service_status_t(* | get )(stored_program_runtime_context sp_runtime_context, char const **value) |
| Returns the field name of the return value. More... | |
| mysql_service_status_t(* s_mysql_mysql_stored_program_field_name::get) (stored_program_runtime_context sp_runtime_context, char const **value) |
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 | The field name of the return value |
| false | Success |
| true | Failure |