MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
EOF包 更多...
Public 成员函数 | |
EofPacket (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 = 0xFE |
int16_t | warnings = 0 |
int16_t | status_flags = 0x22 |
![]() | |
PacketHeader | packet_header |
EOF包
|
inlineoverridevirtual |