Kea  1.9.9-git
pgsql_connection.cc File Reference
#include <config.h>
#include <database/db_log.h>
#include <pgsql/pgsql_connection.h>
#include <pgsql/pgsql_exchange.h>
#include <utils/errcodes.h>
#include <sstream>
+ Include dependency graph for pgsql_connection.cc:

Go to the source code of this file.

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 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
 

Macro Definition Documentation

#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.

Referenced by isc::db::PgSqlConnection::compareError().