GPUdb C++ API  Version 7.2.3.0
gpudb::ClearTablesResponse Struct Reference

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

#include <gpudb/protocol/clear_tables.h>

Public Member Functions

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

Public Attributes

std::map< std::string, std::string > tables
 For each table in tableNames, any error from the clear operation, or an empty string if successful. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::clearTables.

Definition at line 161 of file clear_tables.h.

Constructor & Destructor Documentation

◆ ClearTablesResponse()

gpudb::ClearTablesResponse::ClearTablesResponse ( )
inline

Constructs a ClearTablesResponse object with default parameters.

Definition at line 166 of file clear_tables.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 182 of file clear_tables.h.

◆ tables

std::map<std::string, std::string> gpudb::ClearTablesResponse::tables

For each table in tableNames, any error from the clear operation, or an empty string if successful.

Definition at line 177 of file clear_tables.h.


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