#include <config.h>
#include <asiolink/io_service.h>
#include <asiolink/process_spawn.h>
#include <database/database_connection.h>
#include <database/db_exceptions.h>
#include <database/db_log.h>
#include <pgsql/pgsql_connection.h>
#include <util/filesystem.h>
#include <exception>
#include <unordered_map>
#include <utils/errcodes.h>
#include <sstream>
Go to the source code of this file.
|
namespace | isc |
| Defines the logger used by the top-level component of kea-lfc.
|
|
namespace | isc::db |
|
◆ MAKE_SQLSTATE
#define MAKE_SQLSTATE |
( |
| ch1, |
|
|
| ch2, |
|
|
| ch3, |
|
|
| ch4, |
|
|
| ch5 ) {ch1,ch2,ch3,ch4,ch5} |
◆ PGSQL_STATECODE_LEN
#define PGSQL_STATECODE_LEN 5 |