|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Transaction control response. More...
#include <database_protocol.h>

Public Attributes | |
| bool | success |
| std::string | error_message |
Transaction control response.
Definition at line 159 of file database_protocol.h.
| std::string database::protocol::transaction_response::error_message |
Definition at line 161 of file database_protocol.h.
Referenced by database::protocol::protocol_serializer::deserialize_transaction_response(), database::protocol::protocol_serializer::serialize(), TEST_F(), and TEST_F().
| bool database::protocol::transaction_response::success |
Definition at line 160 of file database_protocol.h.
Referenced by database::protocol::protocol_serializer::deserialize_transaction_response(), database::protocol::protocol_serializer::serialize(), TEST_F(), and TEST_F().