|
template<bool Borrowed> |
constexpr bool | operator== (const Greeting< Borrowed > &a, const Greeting< Borrowed > &b) |
|
template<bool Borrowed> |
constexpr bool | operator== (const Query< Borrowed > &a, const Query< Borrowed > &b) |
|
template<bool Borrowed> |
constexpr bool | operator== (const ListFields< Borrowed > &a, const ListFields< Borrowed > &b) |
|
template<bool Borrowed> |
constexpr bool | operator== (const InitSchema< Borrowed > &a, const InitSchema< Borrowed > &b) |
|
template<bool Borrowed> |
constexpr bool | operator== (const ChangeUser< Borrowed > &a, const ChangeUser< Borrowed > &b) |
|
constexpr bool | operator== (const ResetConnection &, const ResetConnection &) |
|
constexpr bool | operator== (const Statistics &, const Statistics &) |
|
bool | operator== (const Reload &a, const Reload &b) |
|
constexpr bool | operator== (const Kill &a, const Kill &b) |
|
template<bool Borrowed> |
bool | operator== (const SendFile< Borrowed > &a, const SendFile< Borrowed > &b) |
|
template<bool Borrowed> |
bool | operator== (const StmtPrepare< Borrowed > &a, const StmtPrepare< Borrowed > &b) |
|
template<bool Borrowed> |
bool | operator== (const StmtParamAppendData< Borrowed > &a, const StmtParamAppendData< Borrowed > &b) |
|
template<bool Borrowed> |
bool | operator== (const StmtExecute< Borrowed > &a, const StmtExecute< Borrowed > &b) |
|
constexpr bool | operator== (const StmtClose &a, const StmtClose &b) |
|
constexpr bool | operator== (const StmtReset &a, const StmtReset &b) |
|
constexpr bool | operator== (const StmtFetch &a, const StmtFetch &b) |
|
constexpr bool | operator== (const SetOption &a, const SetOption &b) |
|
constexpr bool | operator== (const Quit &, const Quit &) |
|
constexpr bool | operator== (const Ping &, const Ping &) |
|
constexpr bool | operator== (const Debug &, const Debug &) |
|
template<bool Borrowed> |
constexpr bool | operator== (const AuthMethodData< Borrowed > &a, const AuthMethodData< Borrowed > &b) |
|