GPUdb C++ API  Version 6.2.0.3
gpudb::UpdateRecordsBySeriesResponse Struct Reference

A set of output parameters for updateRecordsBySeries(const UpdateRecordsBySeriesRequest&) const. More...

#include <gpudb/protocol/update_records_by_series.h>

Public Member Functions

 UpdateRecordsBySeriesResponse ()
 Constructs an UpdateRecordsBySeriesResponse object with default parameter values. More...
 

Public Attributes

int32_t count
 

Detailed Description

A set of output parameters for updateRecordsBySeries(const UpdateRecordsBySeriesRequest&) 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 139 of file update_records_by_series.h.

Constructor & Destructor Documentation

◆ UpdateRecordsBySeriesResponse()

gpudb::UpdateRecordsBySeriesResponse::UpdateRecordsBySeriesResponse ( )
inline

Constructs an UpdateRecordsBySeriesResponse object with default parameter values.

Definition at line 146 of file update_records_by_series.h.

Member Data Documentation

◆ count

int32_t gpudb::UpdateRecordsBySeriesResponse::count

Definition at line 151 of file update_records_by_series.h.


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