|
GPUdb C++ API
Version 7.2.3.0
|
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... | |
A set of results returned by GPUdb::dropCatalog.
Definition at line 106 of file drop_catalog.h.
|
inline |
Constructs a DropCatalogResponse object with default parameters.
Definition at line 111 of file drop_catalog.h.
| std::map<std::string, std::string> gpudb::DropCatalogResponse::info |
Additional information.
Definition at line 125 of file drop_catalog.h.
| std::string gpudb::DropCatalogResponse::name |
Value of name.
Definition at line 120 of file drop_catalog.h.