|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Query execution request. More...
#include <database_protocol.h>

Public Attributes | |
| query_operation | operation |
| std::string | query_string |
| std::vector< std::string > | parameters |
Query execution request.
Definition at line 121 of file database_protocol.h.
| query_operation database::protocol::query_request::operation |
Definition at line 122 of file database_protocol.h.
Referenced by database::protocol::protocol_serializer::deserialize_query_request(), database::protocol::protocol_serializer::serialize(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().
| std::vector<std::string> database::protocol::query_request::parameters |
Definition at line 124 of file database_protocol.h.
Referenced by database::protocol::protocol_serializer::deserialize_query_request(), database::protocol::protocol_serializer::serialize(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().
| std::string database::protocol::query_request::query_string |
Definition at line 123 of file database_protocol.h.
Referenced by database::protocol::protocol_serializer::deserialize_query_request(), database::protocol::protocol_serializer::serialize(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().