GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
Public Attributes | |
std::string | schemaName |
Value of schemaName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::dropSchema.
Definition at line 171 of file drop_schema.h.
|
inline |
Constructs a DropSchemaResponse object with default parameters.
Definition at line 176 of file drop_schema.h.
std::map<std::string, std::string> gpudb::DropSchemaResponse::info |
Additional information.
Definition at line 190 of file drop_schema.h.
std::string gpudb::DropSchemaResponse::schemaName |
Value of schemaName.
Definition at line 185 of file drop_schema.h.