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: [ByteBuffer?])Creates a newMySQLProtocol.TextResultSetRow.
Instance Properties
var values: [ByteBuffer?]The result set’s data.