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

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