#include <db_freetds/common.h>#include <db_freetds/query_handler.h>#include <db_freetds/login_info.h>#include <loggers/file_logger.h>#include <opsystem/application_base.h>Include dependency graph for t_special_chars.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(s) STAMPED_EMERGENCY_LOG(program_wide_logger(), s) |
| #define | static_class_name() "t_special_chars" |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| const char * | DB_SECTION = "test_special_chars" |
| database_login_info | _global_db_info (DB_SECTION) |
| #define LOG | ( | s | ) | STAMPED_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 23 of file t_special_chars.cpp.
| #define static_class_name | ( | ) | "t_special_chars" |
Definition at line 31 of file t_special_chars.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 33 of file t_special_chars.cpp.
References guards::alert_message(), deadly_error, common_database_support::nerf_special_characters(), SET_DEFAULT_CONSOLE_LOGGER, and static_class_name.
| const char* DB_SECTION = "test_special_chars" |
Definition at line 25 of file t_special_chars.cpp.
Definition at line 21 of file t_special_chars.cpp.
1.5.1