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

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

#include <gpudb/protocol/drop_schema.h>

Public Member Functions

 DropSchemaResponse ()
 Constructs a DropSchemaResponse 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::dropSchema.

Definition at line 171 of file drop_schema.h.

Constructor & Destructor Documentation

◆ DropSchemaResponse()

gpudb::DropSchemaResponse::DropSchemaResponse ( )
inline

Constructs a DropSchemaResponse object with default parameters.

Definition at line 176 of file drop_schema.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 190 of file drop_schema.h.

◆ schemaName

std::string gpudb::DropSchemaResponse::schemaName

Value of schemaName.

Definition at line 185 of file drop_schema.h.


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