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

Structure for inserting one value into a table. More...

#include <Data.hpp>

Collaboration diagram for crawlservpp::Data::InsertValue:

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. More...
 
Value value
 The value to be inserted. More...
 

Detailed Description

Structure for inserting one value into a table.

Member Data Documentation

◆ column

std::string crawlservpp::Data::InsertValue::column

The name of the column.

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

◆ table

std::string crawlservpp::Data::InsertValue::table

The name of the table.

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

◆ type

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

The data type of the value.

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

◆ value

Value crawlservpp::Data::InsertValue::value

The value to be inserted.

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


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