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

A set of input parameters for const. More...

#include <gpudb/protocol/show_schema.h>

Public Member Functions

 ShowSchemaRequest ()
 Constructs a ShowSchemaRequest object with default parameter values. More...
 
 ShowSchemaRequest (const std::string &schemaName_, const std::map< std::string, std::string > &options_)
 Constructs a ShowSchemaRequest 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.

Retrieves information about a schema (or all schemas), as specified in schemaName.

Definition at line 20 of file show_schema.h.

Constructor & Destructor Documentation

gpudb::ShowSchemaRequest::ShowSchemaRequest ( )
inline

Constructs a ShowSchemaRequest object with default parameter values.

Definition at line 26 of file show_schema.h.

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

Constructs a ShowSchemaRequest object with the specified parameters.

Parameters
[in]schemaName_Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned.
[in]options_Optional parameters.

Definition at line 54 of file show_schema.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::ShowSchemaRequest::options

Definition at line 61 of file show_schema.h.

std::string gpudb::ShowSchemaRequest::schemaName

Definition at line 60 of file show_schema.h.


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