Kea  1.5.0
database_connection.h File Reference
#include <cc/data.h>
#include <boost/noncopyable.hpp>
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp>
#include <exceptions/exceptions.h>
#include <map>
#include <string>
+ Include dependency graph for database_connection.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::db::DatabaseConnection
 Common database connection class. More...
 
class  isc::db::DbInvalidReadOnly
 Invalid 'readonly' value specification. More...
 
class  isc::db::DbInvalidTimeout
 Invalid Timeout. More...
 
class  isc::db::DbOpenError
 Exception thrown on failure to open database. More...
 
class  isc::db::DbOperationError
 Exception thrown on failure to execute a database function. More...
 
class  isc::db::InvalidType
 Invalid type exception. More...
 
class  isc::db::NoDatabaseName
 Exception thrown if name of database is not specified. More...
 
class  isc::db::ReconnectCtl
 Warehouses DB reconnect control values. More...
 

Namespaces

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

Typedefs

typedef boost::shared_ptr< ReconnectCtl > isc::db::ReconnectCtlPtr
 Pointer to an instance of ReconnectCtl. More...