Skip to main content

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.
 

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::createCatalog.

Definition at line 245 of file create_catalog.h.

Constructor & Destructor Documentation

◆ CreateCatalogResponse()

gpudb::CreateCatalogResponse::CreateCatalogResponse ()
inline

Constructs a CreateCatalogResponse object with default parameters.

Definition at line 250 of file create_catalog.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 264 of file create_catalog.h.

◆ name

std::string gpudb::CreateCatalogResponse::name

Value of name.

Definition at line 259 of file create_catalog.h.


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