GPUdb C++ API  Version 7.2.2.4
gpudb::AlterDatasourceResponse Struct Reference

A set of results returned by GPUdb::alterDatasource. More...

#include <gpudb/protocol/alter_datasource.h>

Public Member Functions

 AlterDatasourceResponse ()
 Constructs an AlterDatasourceResponse object with default parameters. More...
 

Public Attributes

std::map< std::string, std::string > updatedPropertiesMap
 Map of values updated. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::alterDatasource.

Definition at line 668 of file alter_datasource.h.

Constructor & Destructor Documentation

◆ AlterDatasourceResponse()

gpudb::AlterDatasourceResponse::AlterDatasourceResponse ( )
inline

Constructs an AlterDatasourceResponse object with default parameters.

Definition at line 674 of file alter_datasource.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::AlterDatasourceResponse::info

Additional information.

Definition at line 688 of file alter_datasource.h.

◆ updatedPropertiesMap

std::map<std::string, std::string> gpudb::AlterDatasourceResponse::updatedPropertiesMap

Map of values updated.

Definition at line 683 of file alter_datasource.h.


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