MySQL 8.3.0
Source Code Documentation
example_component2.cc File Reference

Functions

 PROVIDES_SERVICE (example_component2, greetings)
 
 PROVIDES_SERVICE (example_component2, greetings_localization)
 
 END_COMPONENT_PROVIDES ()
 
 BEGIN_COMPONENT_REQUIRES (example_component2) END_COMPONENT_REQUIRES()
 
 METADATA ("mysql.author", "Oracle Corporation")
 
 METADATA ("mysql.license", "GPL")
 
 METADATA ("test_property", "2")
 
 END_COMPONENT_METADATA ()
 

Variables

const mysql_service_greetings_t imp_example_component2_greetings
 This file contains a definition of the example_component2. More...
 
const mysql_service_greetings_localization_t imp_example_component2_greetings_localization
 
mysql_component_t mysql_component_example_component2
 

Function Documentation

◆ BEGIN_COMPONENT_REQUIRES()

BEGIN_COMPONENT_REQUIRES ( example_component2  )

◆ END_COMPONENT_METADATA()

END_COMPONENT_METADATA ( )

◆ END_COMPONENT_PROVIDES()

END_COMPONENT_PROVIDES ( )

◆ METADATA() [1/3]

METADATA ( "mysql.author"  ,
"Oracle Corporation"   
)

◆ METADATA() [2/3]

METADATA ( "mysql.license"  ,
"GPL"   
)

◆ METADATA() [3/3]

METADATA ( "test_property"  ,
"2"   
)

◆ PROVIDES_SERVICE() [1/2]

PROVIDES_SERVICE ( example_component2  ,
greetings   
)

◆ PROVIDES_SERVICE() [2/2]

PROVIDES_SERVICE ( example_component2  ,
greetings_localization   
)

Variable Documentation

◆ imp_example_component2_greetings

const mysql_service_greetings_t imp_example_component2_greetings
Initial value:
= {
static mysql_service_status_t say_hello(const char **hello_string) noexcept
Retrieves a Polish greeting message.
Definition: polish_greeting_service_imp.cc:37

This file contains a definition of the example_component2.

◆ imp_example_component2_greetings_localization

const mysql_service_greetings_localization_t imp_example_component2_greetings_localization
Initial value:
= {
static mysql_service_status_t get_language(const char **language_string) noexcept
Retrieves a greeting message language.
Definition: polish_greeting_service_imp.cc:52

◆ mysql_component_example_component2

mysql_component_t mysql_component_example_component2
Initial value:
= { "mysql:example_component2" , __example_component2_provides, __example_component2_requires, __example_component2_metadata,
nullptr, nullptr }