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. | |
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::alterDatasink.
Definition at line 721 of file alter_datasink.h.
Constructor & Destructor Documentation
◆ AlterDatasinkResponse()
| inline |
Constructs an AlterDatasinkResponse object with default parameters.
Definition at line 726 of file alter_datasink.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AlterDatasinkResponse::info |
Additional information.
Definition at line 740 of file alter_datasink.h.
◆ updatedPropertiesMap
| std::map<std::string, std::string> gpudb::AlterDatasinkResponse::updatedPropertiesMap |
Map of values updated.
Definition at line 735 of file alter_datasink.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/alter_datasink.h