GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/alter_datasink.h>
Public Member Functions | |
AlterDatasinkResponse () | |
Constructs an AlterDatasinkResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | updatedPropertiesMap |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Alters the properties of an existing data sink
Definition at line 304 of file alter_datasink.h.
|
inline |
Constructs an AlterDatasinkResponse object with default parameter values.
Definition at line 311 of file alter_datasink.h.
std::map<std::string, std::string> gpudb::AlterDatasinkResponse::info |
Definition at line 318 of file alter_datasink.h.
std::map<std::string, std::string> gpudb::AlterDatasinkResponse::updatedPropertiesMap |
Definition at line 317 of file alter_datasink.h.