GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_datasink.h>
Public Member Functions | |
CreateDatasinkResponse () | |
Constructs a CreateDatasinkResponse object with default parameter values. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Creates a data sink, which contains the destination information for a data sink that is external to the database.
Definition at line 291 of file create_datasink.h.
|
inline |
Constructs a CreateDatasinkResponse object with default parameter values.
Definition at line 298 of file create_datasink.h.
std::map<std::string, std::string> gpudb::CreateDatasinkResponse::info |
Definition at line 305 of file create_datasink.h.
std::string gpudb::CreateDatasinkResponse::name |
Definition at line 304 of file create_datasink.h.