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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::DropSchemaResponse::DropSchemaResponse ( )
inline

Constructs a DropSchemaResponse object with default parameter values.

Definition at line 132 of file drop_schema.h.

Member Data Documentation

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.


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