GPUdb C++ API  Version 7.2.2.4
gpudb::AlterSchemaResponse Struct Reference

A set of results returned by GPUdb::alterSchema. More...

#include <gpudb/protocol/alter_schema.h>

Public Member Functions

 AlterSchemaResponse ()
 Constructs an AlterSchemaResponse object with default parameters. More...
 

Public Attributes

std::string schemaName
 Value of schemaName. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::alterSchema.

Definition at line 163 of file alter_schema.h.

Constructor & Destructor Documentation

◆ AlterSchemaResponse()

gpudb::AlterSchemaResponse::AlterSchemaResponse ( )
inline

Constructs an AlterSchemaResponse object with default parameters.

Definition at line 168 of file alter_schema.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 182 of file alter_schema.h.

◆ schemaName

std::string gpudb::AlterSchemaResponse::schemaName

Value of schemaName.

Definition at line 177 of file alter_schema.h.


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