MySQL 8.3.0
Source Code Documentation
example_services.h File Reference

Go to the source code of this file.

Classes

struct  s_mysql_greetings
 A Service to get greeting message. More...
 
struct  s_mysql_greetings_localization
 A Service to get localization information on related greetings Service. More...
 
struct  s_mysql_example_math
 A Service for example basic math functionality. More...
 

Typedefs

typedef struct s_mysql_greetings mysql_service_greetings_t
 A Service to get greeting message. More...
 
typedef struct s_mysql_greetings_localization mysql_service_greetings_localization_t
 A Service to get localization information on related greetings Service. More...
 
typedef struct s_mysql_example_math mysql_service_example_math_t
 A Service for example basic math functionality. More...
 

Typedef Documentation

◆ mysql_service_example_math_t

A Service for example basic math functionality.

◆ mysql_service_greetings_localization_t

A Service to get localization information on related greetings Service.

◆ mysql_service_greetings_t

A Service to get greeting message.