MySQL 9.3.0
Source Code Documentation
classic_protocol::Codec< borrowable::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< borrowable::wire::Null >:
[legend]

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}
 

Detailed Description

codec for a NULL value in the Resultset.

Member Typedef Documentation

◆ value_type

Constructor & Destructor Documentation

◆ Codec()

Member Function Documentation

◆ decode()

static stdx::expected< std::pair< size_t, value_type >, std::error_code > classic_protocol::Codec< borrowable::wire::Null >::decode ( const net::const_buffer buffer,
capabilities::value_type   
)
inlinestatic

Member Data Documentation

◆ nul_byte

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

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