GPUdb C++ API
Version 7.1.10.0
|
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 |
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.
|
inline |
Constructs a ShowSchemaRequest object with default parameter values.
Definition at line 26 of file show_schema.h.
|
inline |
Constructs a ShowSchemaRequest object with the specified 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.
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.