GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::DropSchemaRequest Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::DropSchemaRequest::DropSchemaRequest ( )
inline

Constructs a DropSchemaRequest object with default parameter values.

Definition at line 25 of file drop_schema.h.

gpudb::DropSchemaRequest::DropSchemaRequest ( const std::string &  schemaName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a DropSchemaRequest object with the specified parameters.

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: