![]() |
MySQL 9.2.0
Source Code Documentation
|
A registry query convenience class. More...
#include <my_registry_query.h>
Public Member Functions | |
bool | init () |
My_registry_query_string (const char *service_name, const mysql_service_registry_t *reg, const mysql_service_registry_query_t *reg_query=nullptr) | |
My_registry_query_string (const My_registry_query_string &other)=delete | |
My_registry_query_string (My_registry_query_string &&other)=delete | |
~My_registry_query_string () | |
Private Attributes | |
const std::string | m_service_name |
const mysql_service_registry_t * | m_registry |
const mysql_service_registry_query_t * | m_registry_query |
my_h_service | m_reg_query_handle {nullptr} |
A registry query convenience class.
Uses the registry query service to produce an unique set of service names that match the pattern supplied.
Typical use is:
|
inline |
|
delete |
|
delete |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |