GPUdb C++ API  Version 7.2.2.4
gpudb::CreateTableResponse Struct Reference

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

#include <gpudb/protocol/create_table.h>

Public Member Functions

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

Public Attributes

std::string tableName
 Value of tableName. More...
 
std::string typeId
 Value of typeId. More...
 
bool isCollection
 [DEPRECATED–this will always return false] Indicates if the created entity is a schema. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::createTable.

Definition at line 729 of file create_table.h.

Constructor & Destructor Documentation

◆ CreateTableResponse()

gpudb::CreateTableResponse::CreateTableResponse ( )
inline

Constructs a CreateTableResponse object with default parameters.

Definition at line 734 of file create_table.h.

Member Data Documentation

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 767 of file create_table.h.

◆ isCollection

bool gpudb::CreateTableResponse::isCollection

[DEPRECATED–this will always return false] Indicates if the created entity is a schema.

Definition at line 756 of file create_table.h.

◆ tableName

std::string gpudb::CreateTableResponse::tableName

Value of tableName.

Definition at line 745 of file create_table.h.

◆ typeId

std::string gpudb::CreateTableResponse::typeId

Value of typeId.

Definition at line 750 of file create_table.h.


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