A set of results returned by GPUdb::dropSchema. More…
#include <gpudb/protocol/drop_schema.h>
Public Member Functions | |
| DropSchemaResponse () | |
| Constructs a DropSchemaResponse 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::dropSchema.
Definition at line 171 of file drop_schema.h.
Constructor & Destructor Documentation
◆ DropSchemaResponse()
| inline |
Constructs a DropSchemaResponse object with default parameters.
Definition at line 176 of file drop_schema.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::DropSchemaResponse::info |
Additional information.
Definition at line 190 of file drop_schema.h.
◆ schemaName
| std::string gpudb::DropSchemaResponse::schemaName |
Value of schemaName.
Definition at line 185 of file drop_schema.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/drop_schema.h