GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/has_schema.h>
Public Member Functions | |
HasSchemaRequest () | |
Constructs a HasSchemaRequest object with default parameter values. 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 |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Checks for the existence of a schema with the given name.
Definition at line 18 of file has_schema.h.
|
inline |
Constructs a HasSchemaRequest object with default parameter values.
Definition at line 24 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. |
Definition at line 40 of file has_schema.h.
std::map<std::string, std::string> gpudb::HasSchemaRequest::options |
Definition at line 47 of file has_schema.h.
std::string gpudb::HasSchemaRequest::schemaName |
Definition at line 46 of file has_schema.h.