GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::UpdateRecordsBySeriesRequest Struct Reference

A set of input parameters for const. More...

#include <gpudb/protocol/update_records_by_series.h>

Public Member Functions

 UpdateRecordsBySeriesRequest ()
 Constructs an UpdateRecordsBySeriesRequest object with default parameter values. More...
 
 UpdateRecordsBySeriesRequest (const std::string &tableName_, const std::string &worldTableName_, const std::string &viewName_, const std::vector< std::string > &reserved_, const std::map< std::string, std::string > &options_)
 Constructs an UpdateRecordsBySeriesRequest object with the specified parameters. More...
 

Public Attributes

std::string tableName
 
std::string worldTableName
 
std::string viewName
 
std::vector< std::string > reserved
 
std::map< std::string,
std::string > 
options
 

Detailed Description

A set of input parameters for const.

Updates the view specified by tableName to include full series (track) information from the worldTableName for the series (tracks) present in the viewName.

Definition at line 20 of file update_records_by_series.h.

Constructor & Destructor Documentation

gpudb::UpdateRecordsBySeriesRequest::UpdateRecordsBySeriesRequest ( )
inline

Constructs an UpdateRecordsBySeriesRequest object with default parameter values.

Definition at line 27 of file update_records_by_series.h.

gpudb::UpdateRecordsBySeriesRequest::UpdateRecordsBySeriesRequest ( const std::string &  tableName_,
const std::string &  worldTableName_,
const std::string &  viewName_,
const std::vector< std::string > &  reserved_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an UpdateRecordsBySeriesRequest object with the specified parameters.

Parameters
[in]tableName_Name of the view on which the update operation will be performed. Must be an existing view.
[in]worldTableName_Name of the table containing the complete series (track) information.
[in]viewName_name of the view containing the series (tracks) which have to be updated.
[in]reserved_
[in]options_Optional parameters.

Definition at line 51 of file update_records_by_series.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::UpdateRecordsBySeriesRequest::options

Definition at line 64 of file update_records_by_series.h.

std::vector<std::string> gpudb::UpdateRecordsBySeriesRequest::reserved

Definition at line 63 of file update_records_by_series.h.

std::string gpudb::UpdateRecordsBySeriesRequest::tableName

Definition at line 60 of file update_records_by_series.h.

std::string gpudb::UpdateRecordsBySeriesRequest::viewName

Definition at line 62 of file update_records_by_series.h.

std::string gpudb::UpdateRecordsBySeriesRequest::worldTableName

Definition at line 61 of file update_records_by_series.h.


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