GPUdb C++ API  Version 7.2.2.4
gpudb::CreateDatasinkResponse Struct Reference

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

Detailed Description

A set of results returned by GPUdb::createDatasink.

Definition at line 564 of file create_datasink.h.

Constructor & Destructor Documentation

◆ CreateDatasinkResponse()

gpudb::CreateDatasinkResponse::CreateDatasinkResponse ( )
inline

Constructs a CreateDatasinkResponse object with default parameters.

Definition at line 569 of file create_datasink.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 583 of file create_datasink.h.

◆ name

std::string gpudb::CreateDatasinkResponse::name

Value of name.

Definition at line 578 of file create_datasink.h.


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