MySQL 8.3.0
Source Code Documentation
classic_protocol::borrowable::message::client::AuthMethodData< Borrowed > Class Template Reference

#include <classic_protocol_message.h>

Public Types

using string_type = std::conditional_t< Borrowed, std::string_view, std::string >
 

Public Member Functions

constexpr AuthMethodData (string_type auth_method_data)
 send data for the current auth-method to server. More...
 
constexpr string_type auth_method_data () const
 

Private Attributes

string_type auth_method_data_
 

Member Typedef Documentation

◆ string_type

template<bool Borrowed>
using classic_protocol::borrowable::message::client::AuthMethodData< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string>

Constructor & Destructor Documentation

◆ AuthMethodData()

template<bool Borrowed>
constexpr classic_protocol::borrowable::message::client::AuthMethodData< Borrowed >::AuthMethodData ( string_type  auth_method_data)
inlineconstexpr

send data for the current auth-method to server.

Parameters
auth_method_datadata of the auth-method

Member Function Documentation

◆ auth_method_data()

template<bool Borrowed>
constexpr string_type classic_protocol::borrowable::message::client::AuthMethodData< Borrowed >::auth_method_data ( ) const
inlineconstexpr

Member Data Documentation

◆ auth_method_data_

template<bool Borrowed>
string_type classic_protocol::borrowable::message::client::AuthMethodData< Borrowed >::auth_method_data_
private

The documentation for this class was generated from the following file: