|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
Structure for inserting multiple values of different types into a row. More...
#include <Data.hpp>
Public Attributes | |
| std::string | table |
| The name of the table. More... | |
| std::vector< std::tuple< std::string, Type, Value > > | columns_types_values |
| Vector containing the names of the columns, their data types and the values to be inserted into them. More... | |
Structure for inserting multiple values of different types into a row.
| std::vector<std::tuple<std::string, Type, Value> > crawlservpp::Data::InsertFieldsMixed::columns_types_values |
Vector containing the names of the columns, their data types and the values to be inserted into them.
Referenced by crawlservpp::Main::Database::insertCustomData(), crawlservpp::Module::Analyzer::Algo::CorpusGenerator::onAlgoInit(), crawlservpp::Module::Analyzer::Algo::ExtractIds::resetAlgo(), crawlservpp::Module::Analyzer::Algo::WordsOverTime::resetAlgo(), crawlservpp::Module::Analyzer::Algo::Assoc::resetAlgo(), crawlservpp::Module::Analyzer::Algo::AssocOverTime::resetAlgo(), crawlservpp::Module::Analyzer::Algo::AllTokens::resetAlgo(), crawlservpp::Module::Analyzer::Algo::SentimentOverTime::resetAlgo(), and crawlservpp::Module::Analyzer::Algo::TopicModelling::resetAlgo().
| std::string crawlservpp::Data::InsertFieldsMixed::table |
The name of the table.
Referenced by crawlservpp::Main::Database::insertCustomData(), crawlservpp::Module::Analyzer::Algo::CorpusGenerator::onAlgoInit(), crawlservpp::Module::Analyzer::Algo::ExtractIds::resetAlgo(), crawlservpp::Module::Analyzer::Algo::WordsOverTime::resetAlgo(), crawlservpp::Module::Analyzer::Algo::Assoc::resetAlgo(), crawlservpp::Module::Analyzer::Algo::AssocOverTime::resetAlgo(), crawlservpp::Module::Analyzer::Algo::AllTokens::resetAlgo(), crawlservpp::Module::Analyzer::Algo::SentimentOverTime::resetAlgo(), and crawlservpp::Module::Analyzer::Algo::TopicModelling::resetAlgo().