GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_schema.h>
Public Member Functions | |
ShowSchemaResponse () | |
Constructs a ShowSchemaResponse object with default parameter values. More... | |
Public Attributes | |
std::string | schemaName |
std::vector< std::string > | schemaNames |
std::vector< std::vector < std::string > > | schemaTables |
std::vector< std::map < std::string, std::string > > | additionalInfo |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Retrieves information about a schema (or all schemas), as specified in schemaName.
Definition at line 118 of file show_schema.h.
|
inline |
Constructs a ShowSchemaResponse object with default parameter values.
Definition at line 125 of file show_schema.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowSchemaResponse::additionalInfo |
Definition at line 137 of file show_schema.h.
std::map<std::string, std::string> gpudb::ShowSchemaResponse::info |
Definition at line 138 of file show_schema.h.
std::string gpudb::ShowSchemaResponse::schemaName |
Definition at line 134 of file show_schema.h.
std::vector<std::string> gpudb::ShowSchemaResponse::schemaNames |
Definition at line 135 of file show_schema.h.
std::vector<std::vector<std::string> > gpudb::ShowSchemaResponse::schemaTables |
Definition at line 136 of file show_schema.h.