GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::alterDatasink.
Definition at line 673 of file alter_datasink.h.
|
inline |
Constructs an AlterDatasinkResponse object with default parameters.
Definition at line 678 of file alter_datasink.h.
std::map<std::string, std::string> gpudb::AlterDatasinkResponse::info |
Additional information.
Definition at line 692 of file alter_datasink.h.
std::map<std::string, std::string> gpudb::AlterDatasinkResponse::updatedPropertiesMap |
Map of values updated.
Definition at line 687 of file alter_datasink.h.