|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
Structure for inserting multiple values of the same type into a table. More...
#include <Data.hpp>
Public Attributes | |
| std::string | table |
| The name of the table. More... | |
| std::vector< std::pair< std::string, Value > > | columns_values |
| Vector containing the names of the columns and the values to be inserted into them. More... | |
| Type | type {_unknown} |
| The data type of the values. More... | |
Structure for inserting multiple values of the same type into a table.
| std::vector<std::pair<std::string, Value> > crawlservpp::Data::InsertFields::columns_values |
Vector containing the names of the columns and the values to be inserted into them.
Referenced by crawlservpp::Main::Database::insertCustomData().
| std::string crawlservpp::Data::InsertFields::table |
The name of the table.
Referenced by crawlservpp::Main::Database::insertCustomData().
The data type of the values.
Referenced by crawlservpp::Main::Database::insertCustomData().