if (!ctx->is_readonly_) {
ctx->conn_.prepareStatements(tagged_statements.begin() + WRITE_STMTS_BEGIN,
tagged_statements.end());
-
} else {
LOG_INFO(dhcpsrv_logger, DHCPSRV_PGSQL_HOST_DB_READONLY);
}
/// integers. "first" is the major version number, "second" the
/// minor number.
///
- /// @throw isc::dhcp::DbOperationError An operation on the open database
+ /// @throw isc::db::DbOperationError An operation on the open database
/// has failed.
virtual std::pair<uint32_t, uint32_t> getVersion() const;