Skip to main content

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.
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::alterDatasource.

Definition at line 732 of file alter_datasource.h.

Constructor & Destructor Documentation

◆ AlterDatasourceResponse()

gpudb::AlterDatasourceResponse::AlterDatasourceResponse ()
inline

Constructs an AlterDatasourceResponse object with default parameters.

Definition at line 738 of file alter_datasource.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 752 of file alter_datasource.h.

◆ updatedPropertiesMap

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

Map of values updated.

Definition at line 747 of file alter_datasource.h.


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