![]() |
MySQL 9.5.0
Source Code Documentation
|
Row in a resultset. More...
#include <classic_protocol_message.h>
Public Types | |
| using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
| using | value_type = std::optional< string_type > |
| using | const_iterator = typename std::vector< value_type >::const_iterator |
Public Member Functions | |
| Row (std::vector< value_type > fields) | |
| auto | begin () const |
| auto | end () const |
Private Attributes | |
| std::vector< value_type > | fields_ |
Row in a resultset.
each Row is sent as its own frame::Frame
each Field in a row may either be NULL or a std::string.
| using classic_protocol::borrowable::message::server::Row< Borrowed >::const_iterator = typename std::vector<value_type>::const_iterator |
| using classic_protocol::borrowable::message::server::Row< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
| using classic_protocol::borrowable::message::server::Row< Borrowed >::value_type = std::optional<string_type> |
|
inline |
|
inline |
|
inline |
|
private |