MySQL 8.3.0
Source Code Documentation
classic_protocol::borrowable::message::client::InitSchema< 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 InitSchema (string_type schema)
 construct a InitSchema message. More...
 
constexpr string_type schema () const
 

Private Attributes

string_type schema_
 

Member Typedef Documentation

◆ string_type

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

Constructor & Destructor Documentation

◆ InitSchema()

template<bool Borrowed>
constexpr classic_protocol::borrowable::message::client::InitSchema< Borrowed >::InitSchema ( string_type  schema)
inlineconstexpr

construct a InitSchema message.

Parameters
schemaschema to change to

Member Function Documentation

◆ schema()

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

Member Data Documentation

◆ schema_

template<bool Borrowed>
string_type classic_protocol::borrowable::message::client::InitSchema< Borrowed >::schema_
private

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