GPUdb C++ API
Version 7.1.10.0
|
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 |
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.
|
inline |
Constructs a CreateSchemaResponse object with default parameter values.
Definition at line 129 of file create_schema.h.
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.