| 
    MiniOB 1
    
   MiniOB is one mini database, helping developers to learn how database works. 
   | 
 
响应包,在很多场景中都会使用 更多...
  
Public 成员函数 | |
| OkPacket (int8_t sequence=0) | |
| RC | encode (uint32_t capabilities, vector< char > &net_packet) const override | 
  Public 成员函数 继承自 BasePacket | |
| BasePacket (int8_t sequence=0) | |
| virtual RC | encode (uint32_t capabilities, 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 | 
| string | info | 
  Public 属性 继承自 BasePacket | |
| PacketHeader | packet_header | 
响应包,在很多场景中都会使用
      
  | 
  inlineoverridevirtual |