![]() |
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 | AuthMethodSwitch ()=default |
| constexpr | AuthMethodSwitch (string_type auth_method, string_type auth_method_data) |
| string_type | auth_method () const |
| string_type | auth_method_data () const |
Private Attributes | |
| string_type | auth_method_ |
| string_type | auth_method_data_ |
| using classic_protocol::borrowable::message::server::AuthMethodSwitch< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
constexprdefault |
|
inlineconstexpr |
|
inline |
|
inline |
|
private |
|
private |