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. | |
Public Attributes | |
| std::string | tableName |
| Value of tableName. | |
| std::string | typeId |
| Value of typeId. | |
| bool | isCollection |
| [DEPRECATED–this will always return false] Indicates if the created entity is a schema. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::createTable.
Definition at line 744 of file create_table.h.
Constructor & Destructor Documentation
◆ CreateTableResponse()
| inline |
Constructs a CreateTableResponse object with default parameters.
Definition at line 749 of file create_table.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::CreateTableResponse::info |
Additional information.
- create_table_qualified_table_name: The fully qualified name of the new table (i.e. including the schema).
The default value is an empty map.
Definition at line 782 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 771 of file create_table.h.
◆ tableName
| std::string gpudb::CreateTableResponse::tableName |
Value of tableName.
Definition at line 760 of file create_table.h.
◆ typeId
| std::string gpudb::CreateTableResponse::typeId |
Value of typeId.
Definition at line 765 of file create_table.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_table.h