Kea  1.9.9-git
pgsql_exchange.h File Reference
#include <asiolink/io_address.h>
#include <pgsql/pgsql_connection.h>
#include <boost/lexical_cast.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <stdint.h>
#include <vector>
#include <iostream>
+ Include dependency graph for pgsql_exchange.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::db::PgSqlExchange
 Base class for marshalling data to and from PostgreSQL. More...
 
struct  isc::db::PsqlBindArray
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::db
 

Typedefs

typedef boost::shared_ptr< const std::string > isc::db::ConstStringPtr
 Structure used to bind C++ input values to dynamic SQL parameters The structure contains three vectors which store the input values, data lengths, and formats. More...
 
typedef boost::shared_ptr< PsqlBindArray > isc::db::PsqlBindArrayPtr
 Defines a smart pointer to PsqlBindArray. More...