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

Structure for inserting multiple values of different types into a row. More...

#include <Data.hpp>

Public Attributes

std::string table
 The name of the table. More...
 
std::vector< std::tuple< std::string, Type, Value > > columns_types_values
 Vector containing the names of the columns, their data types and the values to be inserted into them. More...
 

Detailed Description

Structure for inserting multiple values of different types into a row.

Member Data Documentation

◆ columns_types_values

◆ table


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