GPUdb C++ API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
gpudb::ClearTableResponse Struct Reference

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

#include <gpudb/protocol/clear_table.h>

Public Member Functions

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

Public Attributes

std::string tableName
 

Detailed Description

A set of output parameters for const.

Clears (drops) one or all tables in the database cluster. The operation is synchronous meaning that the table will be cleared before the function returns. The response payload returns the status of the operation along with the name of the table that was cleared.

Definition at line 118 of file clear_table.h.

Constructor & Destructor Documentation

gpudb::ClearTableResponse::ClearTableResponse ( )
inline

Constructs a ClearTableResponse object with default parameter values.

Definition at line 125 of file clear_table.h.

Member Data Documentation

std::string gpudb::ClearTableResponse::tableName

Definition at line 130 of file clear_table.h.


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