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