GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::DropDatasinkResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/drop_datasink.h>

Public Member Functions

 DropDatasinkResponse ()
 Constructs a DropDatasinkResponse object with default parameter values. More...
 

Public Attributes

std::string name
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Drops an existing data sink.

By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.

Definition at line 130 of file drop_datasink.h.

Constructor & Destructor Documentation

gpudb::DropDatasinkResponse::DropDatasinkResponse ( )
inline

Constructs a DropDatasinkResponse object with default parameter values.

Definition at line 137 of file drop_datasink.h.

Member Data Documentation

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

Definition at line 144 of file drop_datasink.h.

std::string gpudb::DropDatasinkResponse::name

Definition at line 143 of file drop_datasink.h.


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