GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AlterDatasinkResponse Struct Reference

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
 

Detailed Description

A set of output parameters for const.

Alters the properties of an existing data sink

Definition at line 304 of file alter_datasink.h.

Constructor & Destructor Documentation

gpudb::AlterDatasinkResponse::AlterDatasinkResponse ( )
inline

Constructs an AlterDatasinkResponse object with default parameter values.

Definition at line 311 of file alter_datasink.h.

Member Data Documentation

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.


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