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

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

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: