MySQL 8.0.37
Source Code Documentation
classic_protocol::borrowed::message::server Namespace Reference

Typedefs

using Ok = borrowable::message::server::Ok< true >
 
using Error = borrowable::message::server::Error< true >
 
using Eof = borrowable::message::server::Eof< true >
 
using Greeting = borrowable::message::server::Greeting< true >
 
using ColumnCount = borrowable::message::server::ColumnCount
 
using ColumnMeta = borrowable::message::server::ColumnMeta< true >
 
using AuthMethodSwitch = borrowable::message::server::AuthMethodSwitch< true >
 
using AuthMethodData = borrowable::message::server::AuthMethodData< true >
 
using SendFileRequest = borrowable::message::server::SendFileRequest< true >
 
using Row = borrowable::message::server::Row< true >
 
using StmtRow = borrowable::message::server::StmtRow< true >
 
using StmtPrepareOk = borrowable::message::server::StmtPrepareOk
 
using Statistics = borrowable::message::server::Statistics< true >
 

Typedef Documentation

◆ AuthMethodData

using classic_protocol::borrowed::message::server::AuthMethodData = typedef borrowable::message::server::AuthMethodData<true>

◆ AuthMethodSwitch

using classic_protocol::borrowed::message::server::AuthMethodSwitch = typedef borrowable::message::server::AuthMethodSwitch<true>

◆ ColumnCount

using classic_protocol::borrowed::message::server::ColumnCount = typedef borrowable::message::server::ColumnCount

◆ ColumnMeta

using classic_protocol::borrowed::message::server::ColumnMeta = typedef borrowable::message::server::ColumnMeta<true>

◆ Eof

using classic_protocol::borrowed::message::server::Eof = typedef borrowable::message::server::Eof<true>

◆ Error

using classic_protocol::borrowed::message::server::Error = typedef borrowable::message::server::Error<true>

◆ Greeting

using classic_protocol::borrowed::message::server::Greeting = typedef borrowable::message::server::Greeting<true>

◆ Ok

using classic_protocol::borrowed::message::server::Ok = typedef borrowable::message::server::Ok<true>

◆ Row

using classic_protocol::borrowed::message::server::Row = typedef borrowable::message::server::Row<true>

◆ SendFileRequest

using classic_protocol::borrowed::message::server::SendFileRequest = typedef borrowable::message::server::SendFileRequest<true>

◆ Statistics

using classic_protocol::borrowed::message::server::Statistics = typedef borrowable::message::server::Statistics<true>

◆ StmtPrepareOk

using classic_protocol::borrowed::message::server::StmtPrepareOk = typedef borrowable::message::server::StmtPrepareOk

◆ StmtRow

using classic_protocol::borrowed::message::server::StmtRow = typedef borrowable::message::server::StmtRow<true>