|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|

Go to the source code of this file.
Namespaces | |
| namespace | database |
Macros | |
| #define | POSTGRES_LOG_ERROR(context, message) |
| #define | POSTGRES_LOG_WARNING(message) |
| #define | POSTGRES_LOG_INFO(message) |
| #define POSTGRES_LOG_ERROR | ( | context, | |
| message ) |
Definition at line 18 of file postgres_manager.cpp.
Referenced by database::postgres_manager::execute_modification_query(), database::postgres_manager::execute_query(), database::postgres_manager::initialize(), database::postgres_manager::select_query(), and database::postgres_manager::shutdown().
| #define POSTGRES_LOG_INFO | ( | message | ) |
Definition at line 22 of file postgres_manager.cpp.
Referenced by database::postgres_manager::execute_query().
| #define POSTGRES_LOG_WARNING | ( | message | ) |
Definition at line 20 of file postgres_manager.cpp.
Referenced by database::postgres_manager::execute_modification_query(), database::postgres_manager::initialize(), database::postgres_manager::select_query(), and database::postgres_manager::shutdown().