|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
Structure for updating one value in a table. More...
#include <Data.hpp>

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... | |
Structure for updating one value in a table.
| std::string crawlservpp::Data::UpdateValue::column |
The name of the column.
Referenced by crawlservpp::Main::Database::updateCustomData().
| std::string crawlservpp::Data::UpdateValue::condition |
The condition to be added to the SQL query updating the value.
Referenced by crawlservpp::Main::Database::updateCustomData().
| std::string crawlservpp::Data::UpdateValue::table |
The name of the table.
Referenced by crawlservpp::Main::Database::updateCustomData().
The data type of the value.
Referenced by crawlservpp::Main::Database::updateCustomData().
| Value crawlservpp::Data::UpdateValue::value |
The new value to be set.
The old value will be overwritten.
Referenced by crawlservpp::Main::Database::updateCustomData().