![]() |
Kea 2.2.0
|
#include <config.h>#include <database/db_exceptions.h>#include <database/db_log.h>#include <pgsql/pgsql_connection.h>#include <utils/errcodes.h>#include <sstream>
Include dependency graph for pgsql_connection.cc:Go to the source code of this file.
Namespaces | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::db |
Macros | |
| #define | MAKE_SQLSTATE(ch1, ch2, ch3, ch4, ch5) {ch1,ch2,ch3,ch4,ch5} |
| #define | PGSQL_STATECODE_LEN 5 |
Variables | |
| const int | isc::db::PGSQL_DEFAULT_CONNECTION_TIMEOUT = 5 |
| #define MAKE_SQLSTATE | ( | ch1, | |
| ch2, | |||
| ch3, | |||
| ch4, | |||
| ch5 | |||
| ) | {ch1,ch2,ch3,ch4,ch5} |
Definition at line 24 of file pgsql_connection.cc.
| #define PGSQL_STATECODE_LEN 5 |
Definition at line 26 of file pgsql_connection.cc.