Skip to main content

A set of results returned by GPUdb::dropDatasink. More…

#include <gpudb/protocol/drop_datasink.h>

Public Member Functions

 DropDatasinkResponse ()
 Constructs a DropDatasinkResponse object with default parameters.
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::dropDatasink.

Definition at line 148 of file drop_datasink.h.

Constructor & Destructor Documentation

◆ DropDatasinkResponse()

gpudb::DropDatasinkResponse::DropDatasinkResponse ()
inline

Constructs a DropDatasinkResponse object with default parameters.

Definition at line 153 of file drop_datasink.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 167 of file drop_datasink.h.

◆ name

std::string gpudb::DropDatasinkResponse::name

Value of name.

Definition at line 162 of file drop_datasink.h.


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