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

Structure for getting multiple values of different types from a table column. More...

#include <Data.hpp>

Public Attributes

std::string table
 The name of the table. More...
 
std::vector< std::pair< std::string, Type > > columns_types
 Vector containing the names and data types of the columns 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 getting multiple values of different types from a table column.

Member Data Documentation

◆ columns_types

std::vector<std::pair<std::string, Type> > crawlservpp::Data::GetFieldsMixed::columns_types

Vector containing the names and data types of the columns to be retrieved.

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

◆ condition

std::string crawlservpp::Data::GetFieldsMixed::condition

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

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

◆ table

std::string crawlservpp::Data::GetFieldsMixed::table

The name of the table.

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

◆ values

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

Vector containing the retrieved values.

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


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