Skip to main content

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.
 

Public Attributes

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

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: