MySQL 9.1.0
Source Code Documentation
|
#include <stdio.h>
#include "mysql/components/component_implementation.h"
#include "mysql/components/service_implementation.h"
#include "mysql/components/services/mysql_string.h"
Namespaces | |
namespace | mysql_string_spc |
Functions | |
static mysql_service_status_t | mysql_string_spc::convert_from_buffer (my_h_string *, const char *, uint64, const char *) noexcept |
static mysql_service_status_t | mysql_string_spc::convert_to_buffer (my_h_string, char *, uint64, const char *) noexcept |
static mysql_service_status_t | mysql_string_spc::create (my_h_string *) noexcept |
static void | mysql_string_spc::destroy (my_h_string) noexcept |
const mysql_service_mysql_string_converter_t imp_HARNESS_COMPONENT_NAME_mysql_string_converter |
const mysql_service_mysql_string_factory_t imp_HARNESS_COMPONENT_NAME_mysql_string_factory |
const mysql_service_mysql_string_get_data_in_charset_t imp_HARNESS_COMPONENT_NAME_mysql_string_get_data_in_charset |