Kea
1.9.9-git
|
#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>
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... | |