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

Structure for inserting multiple values of the same type into a table. More...

#include <Data.hpp>

Public Attributes

std::string table
 The name of the table. More...
 
std::vector< std::pair< std::string, Value > > columns_values
 Vector containing the names of the columns and the values to be inserted into them. More...
 
Type type {_unknown}
 The data type of the values. More...
 

Detailed Description

Structure for inserting multiple values of the same type into a table.

Member Data Documentation

◆ columns_values

std::vector<std::pair<std::string, Value> > crawlservpp::Data::InsertFields::columns_values

Vector containing the names of the columns and the values to be inserted into them.

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

◆ table

std::string crawlservpp::Data::InsertFields::table

The name of the table.

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

◆ type

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

The data type of the values.

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


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