Structure
MySQLProtocol.COM_QUERY_Response
The query-response packet is a meta packet which can be one of
struct COM_QUERY_Response
Overview
Https://Dev.Mysql.Com/Doc/Internals/En/Com-Query-Response.Html
Topics
Instance Properties
let columnCount: UInt64If the number of columns in the resultset is 0, this is a OK_Packet.
Type Methods
static func decode(from: inout MySQLPacket, capabilities: MySQLProtocol.CapabilityFlags) throws -> MySQLProtocol.COM_QUERY_ResponseMySQLPacketDecodableconformance.