GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_table.h>
Public Member Functions | |
CreateTableResponse () | |
Constructs a CreateTableResponse object with default parameter values. More... | |
Public Attributes | |
std::string | tableName |
std::string | typeId |
bool | isCollection |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Creates a new table. If a new table is being created, the type of the table is given by typeId, which must be the ID of a currently registered type (i.e. one created via const).
A table may optionally be designated to use a replicated distribution scheme, or be assigned: foreign keys to other tables, a partitioning scheme, and/or a tier strategy.
Definition at line 326 of file create_table.h.
|
inline |
Constructs a CreateTableResponse object with default parameter values.
Definition at line 333 of file create_table.h.
std::map<std::string, std::string> gpudb::CreateTableResponse::info |
Definition at line 344 of file create_table.h.
bool gpudb::CreateTableResponse::isCollection |
Definition at line 343 of file create_table.h.
std::string gpudb::CreateTableResponse::tableName |
Definition at line 341 of file create_table.h.
std::string gpudb::CreateTableResponse::typeId |
Definition at line 342 of file create_table.h.