#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.
|
| namespace | isc |
| | Defines the logger used by the top-level component of kea-dhcp-ddns.
|
| |
| namespace | isc::db |
| |
|
| 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.
|
| |
| typedef boost::shared_ptr< PsqlBindArray > | isc::db::PsqlBindArrayPtr |
| | Defines a smart pointer to PsqlBindArray.
|
| |