GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/drop_schema.h>
Public Member Functions | |
DropSchemaResponse () | |
Constructs a DropSchemaResponse object with default parameter values. More... | |
Public Attributes | |
std::string | schemaName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Drops an existing SQL-style schema, specified in schemaName.
Definition at line 125 of file drop_schema.h.
|
inline |
Constructs a DropSchemaResponse object with default parameter values.
Definition at line 132 of file drop_schema.h.
std::map<std::string, std::string> gpudb::DropSchemaResponse::info |
Definition at line 139 of file drop_schema.h.
std::string gpudb::DropSchemaResponse::schemaName |
Definition at line 138 of file drop_schema.h.