|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
#include "database/core/database_backend.h"#include <kcenon/common/patterns/result.h>#include <string>#include <functional>#include <regex>#include <optional>#include <stdexcept>

Go to the source code of this file.
Classes | |
| class | database::testing::backend_expectation |
| Single query expectation with configurable behavior for database_backend. More... | |
| class | database::testing::backend_expectation_builder |
| Fluent builder for backend expectations. More... | |
| class | database::testing::backend_exception |
| Exception thrown by mock when simulating errors. More... | |
Namespaces | |
| namespace | database |
| namespace | database::testing |
Enumerations | |
| enum class | database::testing::backend_match_type { database::testing::EXACT , database::testing::PATTERN , database::testing::ANY } |
| How to match query strings. More... | |