![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <fcntl.h>#include <mysql/components/component_implementation.h>#include <mysql/components/service_implementation.h>#include <mysql/components/services/mysql_string.h>#include "m_string.h"#include "my_sys.h"#include "test_string_service_long.h"Macros | |
| #define | MAX_BUFFER_LENGTH 80 |
| #define | WRITE_LOG(lit_log_text) |
Functions | |
| mysql_service_status_t | test_string_service_init () |
| This file contains a test (example) component, which tests the service "test_service", provided by the component "service_component". More... | |
| mysql_service_status_t | test_string_service_deinit () |
| De-initialization method for Component. More... | |
| END_COMPONENT_PROVIDES () | |
| REQUIRES_SERVICE_PLACEHOLDER (mysql_string_factory) | |
| REQUIRES_SERVICE_PLACEHOLDER (mysql_string_converter) | |
| REQUIRES_SERVICE_PLACEHOLDER (mysql_string_character_access) | |
| REQUIRES_SERVICE_PLACEHOLDER (mysql_string_byte_access) | |
| REQUIRES_SERVICE_PLACEHOLDER (mysql_string_case) | |
| REQUIRES_SERVICE_PLACEHOLDER (mysql_string_iterator) | |
| REQUIRES_SERVICE_PLACEHOLDER (mysql_string_ctype) | |
| REQUIRES_SERVICE (mysql_string_factory) | |
| REQUIRES_SERVICE (mysql_string_converter) | |
| REQUIRES_SERVICE (mysql_string_character_access) | |
| REQUIRES_SERVICE (mysql_string_byte_access) | |
| REQUIRES_SERVICE (mysql_string_case) | |
| REQUIRES_SERVICE (mysql_string_iterator) | |
| REQUIRES_SERVICE (mysql_string_ctype) | |
| END_COMPONENT_REQUIRES () | |
| METADATA ("mysql.author", "Oracle Corporation") | |
| METADATA ("mysql.license", "GPL") | |
| METADATA ("test_string_service", "1") | |
| END_COMPONENT_METADATA () | |
Variables | |
| mysql_component_t | mysql_component_test_string_service |
| #define MAX_BUFFER_LENGTH 80 |
| #define WRITE_LOG | ( | lit_log_text | ) |
| END_COMPONENT_METADATA | ( | ) |
| END_COMPONENT_PROVIDES | ( | ) |
| END_COMPONENT_REQUIRES | ( | ) |
| METADATA | ( | "mysql.author" | , |
| "Oracle Corporation" | |||
| ) |
| METADATA | ( | "mysql.license" | , |
| "GPL" | |||
| ) |
| METADATA | ( | "test_string_service" | , |
| "1" | |||
| ) |
| REQUIRES_SERVICE | ( | mysql_string_byte_access | ) |
| REQUIRES_SERVICE | ( | mysql_string_case | ) |
| REQUIRES_SERVICE | ( | mysql_string_character_access | ) |
| REQUIRES_SERVICE | ( | mysql_string_converter | ) |
| REQUIRES_SERVICE | ( | mysql_string_ctype | ) |
| REQUIRES_SERVICE | ( | mysql_string_factory | ) |
| REQUIRES_SERVICE | ( | mysql_string_iterator | ) |
| REQUIRES_SERVICE_PLACEHOLDER | ( | mysql_string_byte_access | ) |
| REQUIRES_SERVICE_PLACEHOLDER | ( | mysql_string_case | ) |
| REQUIRES_SERVICE_PLACEHOLDER | ( | mysql_string_character_access | ) |
| REQUIRES_SERVICE_PLACEHOLDER | ( | mysql_string_converter | ) |
| REQUIRES_SERVICE_PLACEHOLDER | ( | mysql_string_ctype | ) |
| REQUIRES_SERVICE_PLACEHOLDER | ( | mysql_string_factory | ) |
| REQUIRES_SERVICE_PLACEHOLDER | ( | mysql_string_iterator | ) |
| mysql_service_status_t test_string_service_deinit | ( | ) |
De-initialization method for Component.
| mysql_service_status_t test_string_service_init | ( | ) |
This file contains a test (example) component, which tests the service "test_service", provided by the component "service_component".
Initialization entry method for test component. It executes the tests of the service.
| mysql_component_t mysql_component_test_string_service |