| 
| void  | password (std::optional< std::string > pw) | 
|   | 
| const std::optional< std::string > &  | password () const | 
|   | 
| classic_protocol::status::value_type  | status_flags () const | 
|   | 
| void  | status_flags (classic_protocol::status::value_type val) | 
|   | 
| const PreparedStatements &  | prepared_statements () const | 
|   | 
| PreparedStatements &  | prepared_statements () | 
|   | 
| bool  | trace_commands () const | 
|   | trace the events of the commands.  More...
  | 
|   | 
| void  | trace_commands (bool val) | 
|   | 
| void  | gtid_executed (const std::string >id_execed) | 
|   | 
| std::string  | gtid_executed () const | 
|   | 
| void  | wait_for_my_writes (bool v) | 
|   | 
| bool  | wait_for_my_writes () const | 
|   | 
| std::chrono::seconds  | wait_for_my_writes_timeout () const | 
|   | 
| void  | wait_for_my_writes_timeout (std::chrono::seconds timeout) | 
|   | 
| std::optional< AccessMode >  | access_mode () const | 
|   | 
| void  | access_mode (std::optional< AccessMode > v) | 
|   | 
|   | ClassicProtocolState ()=default | 
|   | 
|   | ClassicProtocolState (classic_protocol::capabilities::value_type server_caps, classic_protocol::capabilities::value_type client_caps, std::optional< classic_protocol::message::server::Greeting > server_greeting, std::string username, std::string schema, std::string attributes) | 
|   | 
|   | ClassicProtocolState ()=default | 
|   | 
|   | ClassicProtocolState (classic_protocol::capabilities::value_type server_caps, classic_protocol::capabilities::value_type client_caps, std::optional< classic_protocol::message::server::Greeting > server_greeting, std::string username, std::string schema, std::string attributes) | 
|   | 
| void  | server_capabilities (classic_protocol::capabilities::value_type caps) | 
|   | 
| void  | client_capabilities (classic_protocol::capabilities::value_type caps) | 
|   | 
| classic_protocol::capabilities::value_type  | client_capabilities () const | 
|   | 
| classic_protocol::capabilities::value_type  | server_capabilities () const | 
|   | 
| classic_protocol::capabilities::value_type  | shared_capabilities () const | 
|   | 
| std::optional< classic_protocol::message::client::Greeting >  | client_greeting () const | 
|   | 
| void  | client_greeting (std::optional< classic_protocol::message::client::Greeting > msg) | 
|   | 
| std::optional< classic_protocol::message::server::Greeting >  | server_greeting () const | 
|   | 
| void  | server_greeting (std::optional< classic_protocol::message::server::Greeting > msg) | 
|   | 
| uint8_t &  | seq_id () | 
|   | 
| uint8_t  | seq_id () const | 
|   | 
| void  | seq_id (uint8_t id) | 
|   | 
| std::optional< FrameInfo > &  | current_frame () | 
|   | 
| const std::optional< FrameInfo > &  | current_frame () const | 
|   | 
| std::optional< uint8_t > &  | current_msg_type () | 
|   | 
| const std::optional< uint8_t > &  | current_msg_type () const | 
|   | 
| std::string  | auth_method_name () const | 
|   | 
| void  | auth_method_name (std::string name) | 
|   | 
| std::string  | auth_method_data () const | 
|   | 
| void  | auth_method_data (std::string data) | 
|   | 
| std::string  | username () | 
|   | 
| void  | username (std::string user) | 
|   | 
| std::string  | schema () | 
|   | 
| void  | schema (std::string s) | 
|   | 
| std::string  | attributes () | 
|   | 
| void  | attributes (std::string attrs) | 
|   | 
| std::string  | sent_attributes () | 
|   | 
| void  | sent_attributes (std::string attrs) | 
|   | 
| HandshakeState  | handshake_state () const | 
|   | 
| void  | handshake_state (HandshakeState state) | 
|   | 
| SystemVariables &  | system_variables () | 
|   | 
| const SystemVariables &  | system_variables () const | 
|   |