|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
Structure for retrieving multiple values of the same type from a table column. More...
#include <Data.hpp>
Public Attributes | |
| std::string | table |
| The name of the table. More... | |
| std::vector< std::string > | columns |
| Vector containing the names of the columns to be retrieved. More... | |
| Type | type {_unknown} |
| The data type of the values to be retrieved. More... | |
| std::string | condition |
| Condition to be added to the SQL query retrieving the values. More... | |
| std::vector< Value > | values |
| Vector containing the retrieved values. More... | |
Structure for retrieving multiple values of the same type from a table column.
| std::vector<std::string> crawlservpp::Data::GetFields::columns |
Vector containing the names of the columns to be retrieved.
Referenced by crawlservpp::Main::Database::getCustomData().
| std::string crawlservpp::Data::GetFields::condition |
Condition to be added to the SQL query retrieving the values.
Referenced by crawlservpp::Main::Database::getCustomData().
| std::string crawlservpp::Data::GetFields::table |
The name of the table.
Referenced by crawlservpp::Main::Database::getCustomData().
The data type of the values to be retrieved.
Referenced by crawlservpp::Main::Database::getCustomData().
| std::vector<Value> crawlservpp::Data::GetFields::values |
Vector containing the retrieved values.
Referenced by crawlservpp::Main::Database::getCustomData().