GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::showSchema. More...
#include <gpudb/protocol/show_schema.h>
Public Member Functions | |
ShowSchemaRequest () | |
Constructs a ShowSchemaRequest object with default parameters. 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 |
Name of the schema for which to retrieve the information. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::showSchema.
Retrieves information about a schema (or all schemas), as specified in schemaName.
Definition at line 19 of file show_schema.h.
|
inline |
Constructs a ShowSchemaRequest object with default parameters.
Definition at line 24 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 61 of file show_schema.h.
std::map<std::string, std::string> gpudb::ShowSchemaRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 92 of file show_schema.h.
std::string gpudb::ShowSchemaRequest::schemaName |
Name of the schema for which to retrieve the information.
If blank, then info for all schemas is returned.
Definition at line 71 of file show_schema.h.