Skip to main content

A set of results returned by GPUdb::hasTable. More…

#include <gpudb/protocol/has_table.h>

Public Member Functions

 HasTableResponse ()
 Constructs a HasTableResponse object with default parameters.
 

Public Attributes

std::string tableName
 Value of tableName.
 
bool tableExists
 Indicates whether the table exists or not.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::hasTable.

Definition at line 108 of file has_table.h.

Constructor & Destructor Documentation

◆ HasTableResponse()

gpudb::HasTableResponse::HasTableResponse ()
inline

Constructs a HasTableResponse object with default parameters.

Definition at line 113 of file has_table.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 138 of file has_table.h.

◆ tableExists

bool gpudb::HasTableResponse::tableExists

Indicates whether the table exists or not.

Supported values:

  • true
  • false

Definition at line 133 of file has_table.h.

◆ tableName

std::string gpudb::HasTableResponse::tableName

Value of tableName.

Definition at line 123 of file has_table.h.


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