|
GPUdb C++ API
Version 7.2.3.0
|
A set of parameters for GPUdb::hasSchema. More...
#include <gpudb/protocol/has_schema.h>
Public Member Functions | |
| HasSchemaRequest () | |
| Constructs a HasSchemaRequest object with default parameters. More... | |
| HasSchemaRequest (const std::string &schemaName_, const std::map< std::string, std::string > &options_) | |
| Constructs a HasSchemaRequest object with the specified parameters. More... | |
Public Attributes | |
| std::string | schemaName |
| Name of the schema to check for existence, in root, using standard name resolution rules. More... | |
| std::map< std::string, std::string > | options |
| Optional parameters. More... | |
A set of parameters for GPUdb::hasSchema.
Checks for the existence of a schema with the given name.
Definition at line 17 of file has_schema.h.
|
inline |
Constructs a HasSchemaRequest object with default parameters.
Definition at line 22 of file has_schema.h.
|
inline |
Constructs a HasSchemaRequest object with the specified parameters.
| [in] | schemaName_ | Name of the schema to check for existence, in root, using standard name resolution rules. |
| [in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 38 of file has_schema.h.
| std::map<std::string, std::string> gpudb::HasSchemaRequest::options |
| std::string gpudb::HasSchemaRequest::schemaName |
Name of the schema to check for existence, in root, using standard name resolution rules.
Definition at line 49 of file has_schema.h.