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

A set of results returned by GPUdb::clearTable. More...

#include <gpudb/protocol/clear_table.h>

Public Member Functions

 ClearTableResponse ()
 Constructs a ClearTableResponse object with default parameters. More...
 

Public Attributes

std::string tableName
 Value of tableName for a given table, or 'ALL CLEARED' in case of clearing all tables. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::clearTable.

Definition at line 173 of file clear_table.h.

Constructor & Destructor Documentation

◆ ClearTableResponse()

gpudb::ClearTableResponse::ClearTableResponse ( )
inline

Constructs a ClearTableResponse object with default parameters.

Definition at line 178 of file clear_table.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 193 of file clear_table.h.

◆ tableName

std::string gpudb::ClearTableResponse::tableName

Value of tableName for a given table, or 'ALL CLEARED' in case of clearing all tables.

Definition at line 188 of file clear_table.h.


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