MySQL 8.3.0
Source Code Documentation
english_greeting_service_imp Class Reference

An implementation of the example Services to get English greeting message and its localization information. More...

#include <english_greeting_service_imp.h>

Static Public Member Functions

static mysql_service_status_t say_hello (const char **hello_string) noexcept
 Retrieves an English greeting message. More...
 
static mysql_service_status_t get_language (const char **language_string) noexcept
 Retrieves a greeting message language. More...
 

Detailed Description

An implementation of the example Services to get English greeting message and its localization information.

Member Function Documentation

◆ get_language()

mysql_service_status_t english_greeting_service_imp::get_language ( const char **  language_string)
staticnoexcept

Retrieves a greeting message language.

Parameters
[out]language_stringA pointer to string data pointer to store name of the language in.
Returns
Status of performed operation
Return values
falsesuccess
truefailure

◆ say_hello()

mysql_service_status_t english_greeting_service_imp::say_hello ( const char **  hello_string)
staticnoexcept

Retrieves an English 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 class was generated from the following files: