MySQL 8.0.32
Source Code Documentation
classic_protocol::Codec< wire::Null > Class Reference

codec for a NULL value in the Resultset. More...

#include <classic_protocol_codec_wire.h>

Inheritance diagram for classic_protocol::Codec< wire::Null >:
[legend]

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}
 

Detailed Description

codec for a NULL value in the Resultset.

Member Typedef Documentation

◆ value_type

Constructor & Destructor Documentation

◆ Codec()

Member Function Documentation

◆ decode()

template<class ConstBufferSequence >
static stdx::expected< std::pair< size_t, value_type >, std::error_code > classic_protocol::Codec< wire::Null >::decode ( const ConstBufferSequence &  buffers,
capabilities::value_type   
)
inlinestatic

Member Data Documentation

◆ nul_byte

constexpr uint8_t classic_protocol::Codec< wire::Null >::nul_byte {0xfb}
staticconstexpr

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