![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
This service provides functions for clone plugin to connect and interact with remote server's clone plugin counterpart. More...
#include <mysql/components/service.h>#include <stddef.h>#include <stdint.h>#include <string>#include <vector>#include "mysql_com_server.h"Go to the source code of this file.
Classes | |
| struct | mysql_clone_ssl_context | 
| Connection parameters including SSL.  More... | |
| struct | s_mysql_clone_protocol | 
Typedefs | |
| using | Mysql_Clone_Values = std::vector< std::string > | 
| Vector of string values.  More... | |
| using | Mysql_Clone_Key_Values = std::vector< std::pair< std::string, std::string > > | 
| Vector of string Key-Value pairs.  More... | |
| typedef struct s_mysql_clone_protocol | mysql_service_clone_protocol_t | 
This service provides functions for clone plugin to connect and interact with remote server's clone plugin counterpart.
| using Mysql_Clone_Key_Values = std::vector<std::pair<std::string, std::string> > | 
Vector of string Key-Value pairs.
| using Mysql_Clone_Values = std::vector<std::string> | 
Vector of string values.
| typedef struct s_mysql_clone_protocol mysql_service_clone_protocol_t |