crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Data::UpdateValue Struct Reference

Structure for updating one value in a table. More...

#include <Data.hpp>

Collaboration diagram for crawlservpp::Data::UpdateValue:

Public Attributes

std::string table
 The name of the table. More...
 
std::string column
 The name of the column. More...
 
Type type {_unknown}
 The data type of the value. More...
 
Value value
 The new value to be set. More...
 
std::string condition
 The condition to be added to the SQL query updating the value. More...
 

Detailed Description

Structure for updating one value in a table.

Member Data Documentation

◆ column

std::string crawlservpp::Data::UpdateValue::column

The name of the column.

Referenced by crawlservpp::Main::Database::updateCustomData().

◆ condition

std::string crawlservpp::Data::UpdateValue::condition

The condition to be added to the SQL query updating the value.

Referenced by crawlservpp::Main::Database::updateCustomData().

◆ table

std::string crawlservpp::Data::UpdateValue::table

The name of the table.

Referenced by crawlservpp::Main::Database::updateCustomData().

◆ type

Type crawlservpp::Data::UpdateValue::type {_unknown}

The data type of the value.

Referenced by crawlservpp::Main::Database::updateCustomData().

◆ value

Value crawlservpp::Data::UpdateValue::value

The new value to be set.

The old value will be overwritten.

Referenced by crawlservpp::Main::Database::updateCustomData().


The documentation for this struct was generated from the following file: