GPUdb C++ API
Version 7.2.3.0
|
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 744 of file create_table.h.
|
inline |
Constructs a CreateTableResponse object with default parameters.
Definition at line 749 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 782 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 771 of file create_table.h.
std::string gpudb::CreateTableResponse::tableName |
Value of tableName.
Definition at line 760 of file create_table.h.
std::string gpudb::CreateTableResponse::typeId |
Value of typeId.
Definition at line 765 of file create_table.h.