crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Data::GetFields Struct Reference

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< Valuevalues
 Vector containing the retrieved values. More...
 

Detailed Description

Structure for retrieving multiple values of the same type from a table column.

Member Data Documentation

◆ columns

std::vector<std::string> crawlservpp::Data::GetFields::columns

Vector containing the names of the columns to be retrieved.

Referenced by crawlservpp::Main::Database::getCustomData().

◆ condition

std::string crawlservpp::Data::GetFields::condition

Condition to be added to the SQL query retrieving the values.

Referenced by crawlservpp::Main::Database::getCustomData().

◆ table

std::string crawlservpp::Data::GetFields::table

The name of the table.

Referenced by crawlservpp::Main::Database::getCustomData().

◆ type

Type crawlservpp::Data::GetFields::type {_unknown}

The data type of the values to be retrieved.

Referenced by crawlservpp::Main::Database::getCustomData().

◆ values

std::vector<Value> crawlservpp::Data::GetFields::values

Vector containing the retrieved values.

Referenced by crawlservpp::Main::Database::getCustomData().


The documentation for this struct was generated from the following file: