![]() |
MySQL 9.5.0
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 | InitSchema (string_type schema) |
| construct a InitSchema message. More... | |
| constexpr string_type | schema () const |
Private Attributes | |
| string_type | schema_ |
| using classic_protocol::borrowable::message::client::InitSchema< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inlineconstexpr |
construct a InitSchema message.
| schema | schema to change to |
|
inlineconstexpr |
|
private |