MySQL 8.4.2
Source Code Documentation
|
#include "harness_export.h"
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | mysql_harness |
Functions | |
bool HARNESS_EXPORT | mysql_harness::is_valid_ip_address (const std::string &address) |
bool HARNESS_EXPORT | mysql_harness::is_valid_hostname (const std::string &address) |
check if address is a hostname. More... | |
bool HARNESS_EXPORT | mysql_harness::is_valid_domainname (const std::string &address) |
check if address is a domainname. More... | |