GPUdb C++ API  Version 7.2.3.0
gpudb::DropCatalogResponse Struct Reference

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

#include <gpudb/protocol/drop_catalog.h>

Public Member Functions

 DropCatalogResponse ()
 Constructs a DropCatalogResponse object with default parameters. More...
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::dropCatalog.

Definition at line 106 of file drop_catalog.h.

Constructor & Destructor Documentation

◆ DropCatalogResponse()

gpudb::DropCatalogResponse::DropCatalogResponse ( )
inline

Constructs a DropCatalogResponse object with default parameters.

Definition at line 111 of file drop_catalog.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 125 of file drop_catalog.h.

◆ name

std::string gpudb::DropCatalogResponse::name

Value of name.

Definition at line 120 of file drop_catalog.h.


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