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

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

#include <gpudb/protocol/alter_datasink.h>

Public Member Functions

 AlterDatasinkResponse ()
 Constructs an AlterDatasinkResponse 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::alterDatasink.

Definition at line 673 of file alter_datasink.h.

Constructor & Destructor Documentation

◆ AlterDatasinkResponse()

gpudb::AlterDatasinkResponse::AlterDatasinkResponse ( )
inline

Constructs an AlterDatasinkResponse object with default parameters.

Definition at line 678 of file alter_datasink.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 692 of file alter_datasink.h.

◆ updatedPropertiesMap

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

Map of values updated.

Definition at line 687 of file alter_datasink.h.


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