MySQL 8.3.0
Source Code Documentation
Mysqlx::Resultset::Row Struct Reference

Row in a Resultset. More...

Public Attributes

repeated bytes field = 1
 
ServerMessages::Type server_message_id = RESULTSET_ROW
 

Detailed Description

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.

Member Data Documentation

◆ field

repeated bytes Mysqlx::Resultset::Row::field = 1

◆ server_message_id

ServerMessages::Type Mysqlx::Resultset::Row::server_message_id = RESULTSET_ROW

The documentation for this struct was generated from the following file: