GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/create_schema.h>
Public Member Functions | |
CreateSchemaRequest () | |
Constructs a CreateSchemaRequest object with default parameter values. More... | |
CreateSchemaRequest (const std::string &schemaName_, const std::map< std::string, std::string > &options_) | |
Constructs a CreateSchemaRequest 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.
Creates a SQL-style schema. Schemas are containers for tables and views. Multiple tables and views can be defined with the same name in different schemas.
Definition at line 21 of file create_schema.h.
|
inline |
Constructs a CreateSchemaRequest object with default parameter values.
Definition at line 28 of file create_schema.h.
|
inline |
Constructs a CreateSchemaRequest object with the specified parameters.
[in] | schemaName_ | Name of the schema to be created. Has the same naming restrictions as tables. |
[in] | options_ | Optional parameters.
|
Definition at line 57 of file create_schema.h.
std::map<std::string, std::string> gpudb::CreateSchemaRequest::options |
Definition at line 64 of file create_schema.h.
std::string gpudb::CreateSchemaRequest::schemaName |
Definition at line 63 of file create_schema.h.