|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
Structure for retrieving one value from a table column. 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 to be retrieved. More... | |
| std::string | condition |
| Condition to be added to the SQL query retrieving the value. More... | |
| Value | value |
| The retrieved value. More... | |
Structure for retrieving one value from a table column.
| std::string crawlservpp::Data::GetValue::column |
The name of the column.
Referenced by crawlservpp::Main::Database::getCustomData().
| std::string crawlservpp::Data::GetValue::condition |
Condition to be added to the SQL query retrieving the value.
Referenced by crawlservpp::Main::Database::getCustomData().
| std::string crawlservpp::Data::GetValue::table |
The name of the table.
Referenced by crawlservpp::Main::Database::getCustomData().
The data type of the value to be retrieved.
Referenced by crawlservpp::Main::Database::getCustomData().
| Value crawlservpp::Data::GetValue::value |
The retrieved value.
Referenced by crawlservpp::Main::Database::getCustomData().