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

Structure for retrieving one value from a table column. More...

#include <Data.hpp>

Collaboration diagram for crawlservpp::Data::GetValue:

Public Attributes

std::string table
 The name of the table. More...
 
std::string column
 The name of the column. More...
 
Type type {_unknown}
 The data type of the value to be retrieved. More...
 
std::string condition
 Condition to be added to the SQL query retrieving the value. More...
 
Value value
 The retrieved value. More...
 

Detailed Description

Structure for retrieving one value from a table column.

Member Data Documentation

◆ column

std::string crawlservpp::Data::GetValue::column

The name of the column.

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

◆ condition

std::string crawlservpp::Data::GetValue::condition

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

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

◆ table

std::string crawlservpp::Data::GetValue::table

The name of the table.

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

◆ type

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

The data type of the value to be retrieved.

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

◆ value

Value crawlservpp::Data::GetValue::value

The retrieved value.

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


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