2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#92,!13] Refactored libkea-dhcpsrv to use libkea-database

This commit is contained in:
Marcin Siodelski
2018-08-28 13:09:25 +02:00
parent 7b2555aa66
commit 012a97a87c
72 changed files with 398 additions and 651 deletions

View File

@@ -53,11 +53,11 @@ public:
/// @param parameters A data structure relating keywords and values
/// concerned with the database.
///
/// @throw isc::dhcp::NoDatabaseName Mandatory database name not given
/// @throw isc::dhcp::DbOpenError Error opening the database
/// @throw isc::dhcp::DbOperationError An operation on the open database has
/// @throw isc::db::NoDatabaseName Mandatory database name not given
/// @throw isc::db::DbOpenError Error opening the database
/// @throw isc::db::DbOperationError An operation on the open database has
/// failed.
PgSqlHostDataSource(const DatabaseConnection::ParameterMap& parameters);
PgSqlHostDataSource(const db::DatabaseConnection::ParameterMap& parameters);
/// @brief Virtual destructor.
/// Frees database resources and closes the database connection through