GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/drop_schema.h>
Public Member Functions | |
DropSchemaRequest () | |
Constructs a DropSchemaRequest object with default parameter values. More... | |
DropSchemaRequest (const std::string &schemaName_, const std::map< std::string, std::string > &options_) | |
Constructs a DropSchemaRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | schemaName |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Drops an existing SQL-style schema, specified in schemaName.
Definition at line 19 of file drop_schema.h.
|
inline |
Constructs a DropSchemaRequest object with default parameter values.
Definition at line 25 of file drop_schema.h.
|
inline |
Constructs a DropSchemaRequest object with the specified parameters.
[in] | schemaName_ | Name of the schema to be dropped. Must be an existing schema. |
[in] | options_ | Optional parameters.
|
Definition at line 62 of file drop_schema.h.
std::map<std::string, std::string> gpudb::DropSchemaRequest::options |
Definition at line 69 of file drop_schema.h.
std::string gpudb::DropSchemaRequest::schemaName |
Definition at line 68 of file drop_schema.h.