Kea
1.9.9-git
|
#include <database/database_connection.h>
#include <dhcpsrv/base_host_data_source.h>
#include <pgsql/pgsql_connection.h>
#include <pgsql/pgsql_exchange.h>
Go to the source code of this file.
Classes | |
class | isc::dhcp::PgSqlHostDataSource::PgSqlHostContextAlloc |
Context RAII Allocator. More... | |
class | isc::dhcp::PgSqlHostDataSource |
PostgreSQL Host Data Source. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
typedef boost::shared_ptr< PgSqlHostContext > | isc::dhcp::PgSqlHostContextPtr |
Type of pointers to contexts. More... | |
typedef boost::shared_ptr< PgSqlHostDataSourceImpl > | isc::dhcp::PgSqlHostDataSourceImplPtr |
Type of pointers to PgSqlHostDataSourceImpl. More... | |