![]() |
MySQL 8.0.43
Source Code Documentation
|
#include <classic_protocol_message.h>
Public Types | |
using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
Public Member Functions | |
constexpr | Statistics (string_type stats) |
construct a Statistics message. More... | |
constexpr string_type | stats () const |
Private Attributes | |
string_type | stats_ |
using classic_protocol::borrowable::message::server::Statistics< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inlineconstexpr |
construct a Statistics message.
stats | statistics |
|
inlineconstexpr |
|
private |