A set of results returned by GPUdb::createSchema. More…
#include <gpudb/protocol/create_schema.h>
Public Member Functions | |
| CreateSchemaResponse () | |
| Constructs a CreateSchemaResponse object with default parameters. | |
Public Attributes | |
| std::string | schemaName |
| Value of schemaName. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::createSchema.
Definition at line 144 of file create_schema.h.
Constructor & Destructor Documentation
◆ CreateSchemaResponse()
| inline |
Constructs a CreateSchemaResponse object with default parameters.
Definition at line 149 of file create_schema.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::CreateSchemaResponse::info |
Additional information.
Definition at line 163 of file create_schema.h.
◆ schemaName
| std::string gpudb::CreateSchemaResponse::schemaName |
Value of schemaName.
Definition at line 158 of file create_schema.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_schema.h