26#ifndef ROUTING_CLASSIC_SET_OPTION_SENDER_INCLUDED
27#define ROUTING_CLASSIC_SET_OPTION_SENDER_INCLUDED
Definition: classic_connection_base.h:56
a processor base class with helper functions.
Definition: processor.h:91
Definition: classic_set_option_sender.h:31
void stage(Stage stage)
Definition: classic_set_option_sender.h:46
Stage
Definition: classic_set_option_sender.h:36
stdx::expected< Result, std::error_code > command()
Definition: classic_set_option_sender.cc:55
stdx::expected< Result, std::error_code > response()
Definition: classic_set_option_sender.cc:75
uint16_t option_
Definition: classic_set_option_sender.h:57
stdx::expected< Result, std::error_code > error()
Definition: classic_set_option_sender.cc:149
Stage stage_
Definition: classic_set_option_sender.h:55
Stage stage() const
Definition: classic_set_option_sender.h:47
stdx::expected< Result, std::error_code > process() override
Definition: classic_set_option_sender.cc:38
SetOptionSender(MysqlRoutingClassicConnectionBase *conn, uint16_t option)
Definition: classic_set_option_sender.h:33
stdx::expected< Result, std::error_code > eof()
Definition: classic_set_option_sender.cc:105
Definition: expected.h:286