Kea  1.5.0
mysql_host_data_source.cc File Reference
#include <config.h>
#include <database/db_exceptions.h>
#include <dhcp/libdhcp++.h>
#include <dhcp/option.h>
#include <dhcp/option_definition.h>
#include <dhcp/option_space.h>
#include <dhcpsrv/cfg_option.h>
#include <dhcpsrv/dhcpsrv_log.h>
#include <dhcpsrv/mysql_host_data_source.h>
#include <util/buffer.h>
#include <util/optional_value.h>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/array.hpp>
#include <boost/pointer_cast.hpp>
#include <boost/static_assert.hpp>
#include <mysql.h>
#include <mysqld_error.h>
#include <stdint.h>
#include <string>
+ Include dependency graph for mysql_host_data_source.cc:

Go to the source code of this file.

Classes

class  isc::dhcp::MySqlHostDataSourceImpl
 Implementation of the MySqlHostDataSource. More...
 

Namespaces

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

Typedefs

typedef boost::array< TaggedStatement, MySqlHostDataSourceImpl::NUM_STATEMENTS > isc::dhcp::TaggedStatementArray
 Array of tagged statements. More...
 

Variables

TaggedStatementArray isc::dhcp::tagged_statements
 Prepared MySQL statements used by the backend to insert and retrieve hosts from the database. More...