Structure
MySQLProtocol.BinaryResultSetRow
A Binary Protocol Resultset Row is made up of the NULL bitmap containing as many bits as we have columns in the resultset + 2 and the values for columns that are not NULL in the Binary Protocol Value format.
struct BinaryResultSetRow
Topics
Type Methods
static func decode(from: inout MySQLPacket, columns: [MySQLProtocol.ColumnDefinition41]) throws -> MySQLProtocol.BinaryResultSetRowParses aMySQLBinaryResultsetRowfrom theByteBuffer.