![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include <mysql/components/component_implementation.h>#include "example_services.h"#include "polish_greeting_service_imp.h"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 | 
| BEGIN_COMPONENT_REQUIRES | ( | example_component2 | ) | 
| END_COMPONENT_METADATA | ( | ) | 
| END_COMPONENT_PROVIDES | ( | ) | 
| METADATA | ( | "mysql.author" | , | 
| "Oracle Corporation" | |||
| ) | 
| METADATA | ( | "mysql.license" | , | 
| "GPL" | |||
| ) | 
| METADATA | ( | "test_property" | , | 
| "2" | |||
| ) | 
| PROVIDES_SERVICE | ( | example_component2 | , | 
| greetings | |||
| ) | 
| PROVIDES_SERVICE | ( | example_component2 | , | 
| greetings_localization | |||
| ) | 
| const mysql_service_greetings_t imp_example_component2_greetings | 
This file contains a definition of the example_component2.
| const mysql_service_greetings_localization_t imp_example_component2_greetings_localization | 
| mysql_component_t mysql_component_example_component2 |