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

A set of output parameters for 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 const.

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

Definition at line 99 of file has_table.h.

Constructor & Destructor Documentation

gpudb::HasTableResponse::HasTableResponse ( )
inline

Constructs a HasTableResponse object with default parameter values.

Definition at line 105 of file has_table.h.

Member Data Documentation

bool gpudb::HasTableResponse::tableExists

Definition at line 112 of file has_table.h.

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: