MySQL 8.4.2
Source Code Documentation
|
A Service to get greeting message. More...
#include <example_services.h>
Public Attributes | |
mysql_service_status_t(* | say_hello )(const char **hello_string) |
Retrieves a greeting message. More... | |
A Service to get greeting message.
mysql_service_status_t(* s_mysql_greetings::say_hello) (const char **hello_string) |
Retrieves a greeting message.
[out] | hello_string | A pointer to string data pointer to store result in. |
false | success |
true | failure |