MySQL 9.1.0
Source Code Documentation
|
#include <classic_protocol_message.h>
Public Member Functions | |
ParamDef ()=default | |
ParamDef (uint16_t type_and_flags_) | |
ParamDef (uint16_t type_and_flags_, string_type name_, bool param_already_sent_=false) | |
Public Attributes | |
uint16_t | type_and_flags {} |
string_type | name |
bool | param_already_sent {false} |
Friends | |
bool | operator== (const ParamDef &lhs, const ParamDef &rhs) |
|
default |
|
inline |
|
inline |
string_type classic_protocol::borrowable::message::client::StmtExecute< Borrowed >::ParamDef::name |
bool classic_protocol::borrowable::message::client::StmtExecute< Borrowed >::ParamDef::param_already_sent {false} |
uint16_t classic_protocol::borrowable::message::client::StmtExecute< Borrowed >::ParamDef::type_and_flags {} |