MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
响应包,在很多场景中都会使用 更多...
Public 成员函数 | |
OkPacket (int8_t sequence=0) | |
virtual RC | encode (uint32_t capabilities, std::vector< char > &net_packet) const override |
![]() | |
BasePacket (int8_t sequence=0) | |
virtual RC | encode (uint32_t capabilities, std::vector< char > &net_packet) const =0 |
将当前包编码成网络包 更多... | |
Public 属性 | |
int8_t | header = 0 |
int32_t | affected_rows = 0 |
int32_t | last_insert_id = 0 |
int16_t | status_flags = 0x22 |
int16_t | warnings = 0 |
std::string | info |
![]() | |
PacketHeader | packet_header |
响应包,在很多场景中都会使用
|
inlineoverridevirtual |