GPUdb C++ API  Version 7.2.2.4
gpudb::CreateDirectoryResponse Struct Reference

A set of results returned by GPUdb::createDirectory. More...

#include <gpudb/protocol/create_directory.h>

Public Member Functions

 CreateDirectoryResponse ()
 Constructs a CreateDirectoryResponse object with default parameters. More...
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::createDirectory.

Definition at line 169 of file create_directory.h.

Constructor & Destructor Documentation

◆ CreateDirectoryResponse()

gpudb::CreateDirectoryResponse::CreateDirectoryResponse ( )
inline

Constructs a CreateDirectoryResponse object with default parameters.

Definition at line 174 of file create_directory.h.

Member Data Documentation

◆ directoryName

std::string gpudb::CreateDirectoryResponse::directoryName

Value of directoryName.

Definition at line 184 of file create_directory.h.

◆ info

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

Additional information.

Definition at line 189 of file create_directory.h.


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