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

A set of output parameters for const. More...

#include <gpudb/protocol/alter_datasource.h>

Public Member Functions

 AlterDatasourceResponse ()
 Constructs an AlterDatasourceResponse 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 source

Definition at line 305 of file alter_datasource.h.

Constructor & Destructor Documentation

gpudb::AlterDatasourceResponse::AlterDatasourceResponse ( )
inline

Constructs an AlterDatasourceResponse object with default parameter values.

Definition at line 312 of file alter_datasource.h.

Member Data Documentation

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

Definition at line 319 of file alter_datasource.h.

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

Definition at line 318 of file alter_datasource.h.


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