MySQL 9.0.0
Source Code Documentation
classic_protocol::borrowable::message::server Namespace Reference

Classes

class  AuthMethodData
 Opaque auth-method-data message. More...
 
class  AuthMethodSwitch
 
class  ColumnCount
 ColumnCount message. More...
 
class  ColumnMeta
 
class  Eof
 End of Resultset message. More...
 
class  Error
 Error message. More...
 
class  Greeting
 
class  Ok
 Ok message. More...
 
class  ResultSet
 
class  Row
 Row in a resultset. More...
 
class  SendFileRequest
 
class  Statistics
 
class  StmtPrepareOk
 StmtPrepareOk message. More...
 
class  StmtRow
 StmtRow message. More...
 

Functions

template<bool Borrowed>
bool operator== (const Greeting< Borrowed > &a, const Greeting< Borrowed > &b)
 
template<bool Borrowed>
bool operator== (const AuthMethodSwitch< Borrowed > &a, const AuthMethodSwitch< Borrowed > &b)
 
template<bool Borrowed>
bool operator== (const AuthMethodData< Borrowed > &a, const AuthMethodData< Borrowed > &b)
 
template<bool Borrowed>
bool operator== (const Ok< Borrowed > &a, const Ok< Borrowed > &b)
 
template<bool Borrowed>
bool operator== (const Error< Borrowed > &a, const Error< Borrowed > &b)
 
constexpr bool operator== (const ColumnCount &a, const ColumnCount &b)
 
template<bool Borrowed>
bool operator== (const ColumnMeta< Borrowed > &a, const ColumnMeta< Borrowed > &b)
 
template<bool Borrowed>
bool operator== (const Row< Borrowed > &a, const Row< Borrowed > &b)
 
template<bool Borrowed>
constexpr bool operator== (const SendFileRequest< Borrowed > &a, const SendFileRequest< Borrowed > &b)
 
template<bool Borrowed>
constexpr bool operator== (const Statistics< Borrowed > &a, const Statistics< Borrowed > &b)
 

Function Documentation

◆ operator==() [1/10]

template<bool Borrowed>
bool classic_protocol::borrowable::message::server::operator== ( const AuthMethodData< Borrowed > &  a,
const AuthMethodData< Borrowed > &  b 
)
inline

◆ operator==() [2/10]

template<bool Borrowed>
bool classic_protocol::borrowable::message::server::operator== ( const AuthMethodSwitch< Borrowed > &  a,
const AuthMethodSwitch< Borrowed > &  b 
)
inline

◆ operator==() [3/10]

constexpr bool classic_protocol::borrowable::message::server::operator== ( const ColumnCount a,
const ColumnCount b 
)
inlineconstexpr

◆ operator==() [4/10]

template<bool Borrowed>
bool classic_protocol::borrowable::message::server::operator== ( const ColumnMeta< Borrowed > &  a,
const ColumnMeta< Borrowed > &  b 
)
inline

◆ operator==() [5/10]

template<bool Borrowed>
bool classic_protocol::borrowable::message::server::operator== ( const Error< Borrowed > &  a,
const Error< Borrowed > &  b 
)
inline

◆ operator==() [6/10]

template<bool Borrowed>
bool classic_protocol::borrowable::message::server::operator== ( const Greeting< Borrowed > &  a,
const Greeting< Borrowed > &  b 
)
inline

◆ operator==() [7/10]

template<bool Borrowed>
bool classic_protocol::borrowable::message::server::operator== ( const Ok< Borrowed > &  a,
const Ok< Borrowed > &  b 
)
inline

◆ operator==() [8/10]

template<bool Borrowed>
bool classic_protocol::borrowable::message::server::operator== ( const Row< Borrowed > &  a,
const Row< Borrowed > &  b 
)
inline

◆ operator==() [9/10]

template<bool Borrowed>
constexpr bool classic_protocol::borrowable::message::server::operator== ( const SendFileRequest< Borrowed > &  a,
const SendFileRequest< Borrowed > &  b 
)
constexpr

◆ operator==() [10/10]

template<bool Borrowed>
constexpr bool classic_protocol::borrowable::message::server::operator== ( const Statistics< Borrowed > &  a,
const Statistics< Borrowed > &  b 
)
constexpr