Structure
MySQLProtocol.TextResultSetRow
ProtocolText::ResultsetRowstruct TextResultSetRow
Overview
A row with the data for each column.
NULLis sent as0xfbeverything else is converted into a string and is sent as
Protocol::LengthEncodedString.
Topics
Initializers
init(values:)Creates a newMySQLProtocol.TextResultSetRow.
Instance Properties
valuesThe result set’s data.