Skip to main content

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.
 

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::createDatasink.

Definition at line 604 of file create_datasink.h.

Constructor & Destructor Documentation

◆ CreateDatasinkResponse()

gpudb::CreateDatasinkResponse::CreateDatasinkResponse ()
inline

Constructs a CreateDatasinkResponse object with default parameters.

Definition at line 609 of file create_datasink.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 623 of file create_datasink.h.

◆ name

std::string gpudb::CreateDatasinkResponse::name

Value of name.

Definition at line 618 of file create_datasink.h.


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