MySQL 9.1.0
Source Code Documentation
|
Row in a Resultset. More...
Public Attributes | |
repeated bytes | field = 1 |
ServerMessages::Type | server_message_id = RESULTSET_ROW |
Row in a Resultset.
A row is represented as a list of fields encoded as byte blobs. Value of each field is encoded as sequence of bytes using encoding appropriate for the type of the value given by ColumnMetadata
, as specified in the Mysqlx::Resultset::ColumnMetaData description.
repeated bytes Mysqlx::Resultset::Row::field = 1 |
ServerMessages::Type Mysqlx::Resultset::Row::server_message_id = RESULTSET_ROW |