GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::createDirectory.
Definition at line 169 of file create_directory.h.
|
inline |
Constructs a CreateDirectoryResponse object with default parameters.
Definition at line 174 of file create_directory.h.
std::string gpudb::CreateDirectoryResponse::directoryName |
Value of directoryName.
Definition at line 184 of file create_directory.h.
std::map<std::string, std::string> gpudb::CreateDirectoryResponse::info |
Additional information.
Definition at line 189 of file create_directory.h.