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

A set of output parameters for const. More...

#include <gpudb/protocol/create_schema.h>

Public Member Functions

 CreateSchemaResponse ()
 Constructs a CreateSchemaResponse object with default parameter values. More...
 

Public Attributes

std::string schemaName
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output 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 122 of file create_schema.h.

Constructor & Destructor Documentation

gpudb::CreateSchemaResponse::CreateSchemaResponse ( )
inline

Constructs a CreateSchemaResponse object with default parameter values.

Definition at line 129 of file create_schema.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::CreateSchemaResponse::info

Definition at line 136 of file create_schema.h.

std::string gpudb::CreateSchemaResponse::schemaName

Definition at line 135 of file create_schema.h.


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