![]() |
MySQL 9.3.0
Source Code Documentation
|
codec for a NULL value in the Resultset. More...
#include <classic_protocol_codec_wire.h>
Public Types | |
using | value_type = borrowable::wire::Null |
Public Member Functions | |
Codec (value_type, capabilities::value_type caps) | |
Static Public Member Functions | |
static stdx::expected< std::pair< size_t, value_type >, std::error_code > | decode (const net::const_buffer &buffer, capabilities::value_type) |
Static Public Attributes | |
static constexpr uint8_t | nul_byte {0xfb} |
codec for a NULL value in the Resultset.
|
inline |
|
inlinestatic |
|
staticconstexpr |