GPUdb C++ API  Version 6.2.0.3
gpudb::HasTableResponse Struct Reference

A set of output parameters for hasTable(const HasTableRequest&) const. More...

#include <gpudb/protocol/has_table.h>

Public Member Functions

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

Public Attributes

std::string tableName
 
bool tableExists
 

Detailed Description

A set of output parameters for hasTable(const HasTableRequest&) const.

Checks for the existence of a table with the given name.

Definition at line 99 of file has_table.h.

Constructor & Destructor Documentation

◆ HasTableResponse()

gpudb::HasTableResponse::HasTableResponse ( )
inline

Constructs a HasTableResponse object with default parameter values.

Definition at line 105 of file has_table.h.

Member Data Documentation

◆ tableExists

bool gpudb::HasTableResponse::tableExists

Definition at line 112 of file has_table.h.

◆ tableName

std::string gpudb::HasTableResponse::tableName

Definition at line 111 of file has_table.h.


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