|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::createDatasink. More...
#include <gpudb/protocol/create_datasink.h>
Public Member Functions | |
| CreateDatasinkResponse () | |
| Constructs a CreateDatasinkResponse 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::createDatasink.
Definition at line 564 of file create_datasink.h.
|
inline |
Constructs a CreateDatasinkResponse object with default parameters.
Definition at line 569 of file create_datasink.h.
| std::map<std::string, std::string> gpudb::CreateDatasinkResponse::info |
Additional information.
Definition at line 583 of file create_datasink.h.
| std::string gpudb::CreateDatasinkResponse::name |
Value of name.
Definition at line 578 of file create_datasink.h.