![]() |
MySQL 9.5.0
Source Code Documentation
|
StmtRow message. More...
#include <classic_protocol_message.h>
Public Types | |
| using | base_ = Row< Borrowed > |
| using | value_type = typename base_::value_type |
Public Member Functions | |
| StmtRow (std::vector< field_type::value_type > types, std::vector< value_type > fields) | |
| std::vector< field_type::value_type > | types () const |
Private Attributes | |
| std::vector< field_type::value_type > | types_ |
StmtRow message.
holds the same information as a Row.
needs 'types' to be able to encode a Field of the Row.
| using classic_protocol::borrowable::message::server::StmtRow< Borrowed >::base_ = Row<Borrowed> |
| using classic_protocol::borrowable::message::server::StmtRow< Borrowed >::value_type = typename base_::value_type |
|
inline |
|
inline |
|
private |