GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::CreateSchemaRequest Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::CreateSchemaRequest::CreateSchemaRequest ( )
inline

Constructs a CreateSchemaRequest object with default parameter values.

Definition at line 28 of file create_schema.h.

gpudb::CreateSchemaRequest::CreateSchemaRequest ( const std::string &  schemaName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a CreateSchemaRequest object with the specified parameters.

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: