GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_datasink.h>
Public Member Functions | |
ShowDatasinkResponse () | |
Constructs a ShowDatasinkResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | datasinkNames |
std::vector< std::string > | destinationTypes |
std::vector< std::map < std::string, std::string > > | additionalInfo |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Shows information about a specified data sink or all data sinks.
Definition at line 108 of file show_datasink.h.
|
inline |
Constructs a ShowDatasinkResponse object with default parameter values.
Definition at line 115 of file show_datasink.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowDatasinkResponse::additionalInfo |
Definition at line 125 of file show_datasink.h.
std::vector<std::string> gpudb::ShowDatasinkResponse::datasinkNames |
Definition at line 123 of file show_datasink.h.
std::vector<std::string> gpudb::ShowDatasinkResponse::destinationTypes |
Definition at line 124 of file show_datasink.h.
std::map<std::string, std::string> gpudb::ShowDatasinkResponse::info |
Definition at line 126 of file show_datasink.h.