GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::createTable.
Definition at line 729 of file create_table.h.
|
inline |
Constructs a CreateTableResponse object with default parameters.
Definition at line 734 of file create_table.h.
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.
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.
std::string gpudb::CreateTableResponse::tableName |
Value of tableName.
Definition at line 745 of file create_table.h.
std::string gpudb::CreateTableResponse::typeId |
Value of typeId.
Definition at line 750 of file create_table.h.