Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::protocol::connect_response Struct Reference

Server connection response. More...

#include <database_protocol.h>

Collaboration diagram for database::protocol::connect_response:
Collaboration graph

Public Attributes

bool success
 
std::string session_id
 
std::string error_message
 

Detailed Description

Server connection response.

Definition at line 111 of file database_protocol.h.

Member Data Documentation

◆ error_message

std::string database::protocol::connect_response::error_message

◆ session_id

std::string database::protocol::connect_response::session_id

◆ success

bool database::protocol::connect_response::success

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