|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::createCatalog. More...
#include <gpudb/protocol/create_catalog.h>
Public Member Functions | |
| CreateCatalogResponse () | |
| Constructs a CreateCatalogResponse 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::createCatalog.
Definition at line 245 of file create_catalog.h.
|
inline |
Constructs a CreateCatalogResponse object with default parameters.
Definition at line 250 of file create_catalog.h.
| std::map<std::string, std::string> gpudb::CreateCatalogResponse::info |
Additional information.
Definition at line 264 of file create_catalog.h.
| std::string gpudb::CreateCatalogResponse::name |
Value of name.
Definition at line 259 of file create_catalog.h.