![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <mysql/components/component_implementation.h>#include <mysql/components/service.h>#include <mysql/components/service_implementation.h>#include "example_math_wrapping_imp.h"#include "example_services.h"Functions | |
| PROVIDES_SERVICE (example_component3, example_math) | |
| END_COMPONENT_PROVIDES () | |
| REQUIRES_SERVICE_PLACEHOLDER (greetings) | |
| REQUIRES_SERVICE_PLACEHOLDER (greetings_localization) | |
| REQUIRES_SERVICE (greetings) | |
| REQUIRES_SERVICE (greetings_localization) | |
| END_COMPONENT_REQUIRES () | |
| METADATA ("mysql.author", "Oracle Corporation") | |
| METADATA ("mysql.license", "GPL") | |
| METADATA ("test_property", "3") | |
| END_COMPONENT_METADATA () | |
Variables | |
| const mysql_service_example_math_t | imp_example_component3_example_math |
| This file contains a definition of the example_component3. More... | |
| mysql_component_t | mysql_component_example_component3 |
| END_COMPONENT_METADATA | ( | ) |
| END_COMPONENT_PROVIDES | ( | ) |
| END_COMPONENT_REQUIRES | ( | ) |
| METADATA | ( | "mysql.author" | , |
| "Oracle Corporation" | |||
| ) |
| METADATA | ( | "mysql.license" | , |
| "GPL" | |||
| ) |
| METADATA | ( | "test_property" | , |
| "3" | |||
| ) |
| PROVIDES_SERVICE | ( | example_component3 | , |
| example_math | |||
| ) |
| REQUIRES_SERVICE | ( | greetings | ) |
| REQUIRES_SERVICE | ( | greetings_localization | ) |
| REQUIRES_SERVICE_PLACEHOLDER | ( | greetings | ) |
| REQUIRES_SERVICE_PLACEHOLDER | ( | greetings_localization | ) |
| const mysql_service_example_math_t imp_example_component3_example_math |
This file contains a definition of the example_component3.
| mysql_component_t mysql_component_example_component3 |