MySQL 9.1.0
Source Code Documentation
|
Namespaces | |
namespace | mysql |
namespace | mysql::containers |
namespace | mysql::containers::buffers |
Functions | |
std::string | mysql::containers::buffers::debug_string (Grow_status status) |
Return a string that describes each enumeration value. More... | |
std::ostream & | mysql::containers::buffers::operator<< (std::ostream &stream, Grow_status status) |
Write a string that describes the enumeration value to the stream. More... | |
Variables | |
const std::string | mysql::containers::buffers::invalid_grow_status_string = "invalid" |
Return value from debug_string(Grow_status) when the parameter is not a valid value. More... | |