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

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

#include <gpudb/protocol/alter_schema.h>

Public Member Functions

 AlterSchemaResponse ()
 Constructs an AlterSchemaResponse object with default parameter values. More...
 

Public Attributes

std::string schemaName
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Used to change the name of a SQL-style schema, specified in schemaName.

Definition at line 135 of file alter_schema.h.

Constructor & Destructor Documentation

gpudb::AlterSchemaResponse::AlterSchemaResponse ( )
inline

Constructs an AlterSchemaResponse object with default parameter values.

Definition at line 142 of file alter_schema.h.

Member Data Documentation

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

Definition at line 149 of file alter_schema.h.

std::string gpudb::AlterSchemaResponse::schemaName

Definition at line 148 of file alter_schema.h.


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