MySQL 8.3.0
Source Code Documentation
s_mysql_greetings Struct Reference

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...
 

Detailed Description

A Service to get greeting message.

Member Data Documentation

◆ say_hello

mysql_service_status_t(* s_mysql_greetings::say_hello) (const char **hello_string)

Retrieves a greeting message.

Parameters
[out]hello_stringA pointer to string data pointer to store result in.
Returns
Status of performed operation
Return values
falsesuccess
truefailure

The documentation for this struct was generated from the following file: